Skip to content

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

Notifications You must be signed in to change notification settings

simonw/nodecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published