Project

endless

0.0
No commit activity in last 3 years
No release in over 3 years
A tiny webapp for generating an endless stream of data in an HTTP response.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.1
~> 0.6.0
~> 0.9.0
~> 2.9.0
~> 0.6.1

Runtime

~> 1.3.1
 Project Readme
Endless
=======
A tiny webapp for generating an endless stream of data in an HTTP response.


Installation
============

  gem install endless


Usage
=====

  rake server[5678]

  curl -s http://localhost:5678/endless | head -c 100

Caveats
=======

Pre-alpha software. Useful for testing purposes only.

Currently, I think the server just keeps streaming a response even after the
client disconnects, until you kill the server. Pull requests welcome!