All Projects → simonw → nodecast

simonw / nodecast

Licence: other
A simple comet broadcast server, originally implemented as a demo for Full Frontal 2009.

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Basic design:

1. A simple array of messages (each has ID, datestamp, text)
2. A URL to get "every message since X"
3. A URL to "hang and wait for new message, last I saw was X"
4. An interface for posting new messages to the queue

The version presented at Full Frontal can be found in the 
no-redis branch:

http://github.com/simonw/nodecast/tree/no-redis

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].