Sha256: 3ee78664e7da35894996a60067548eb14a8154fd8bd0377597a0af9b88269b5d

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

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!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
endless-0.0.1 README