Skip to content

A very quick and dirty proof of concept for using Node and Comet via Faye.

Notifications You must be signed in to change notification settings

eculver/node_comet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js + Comet example using Faye.

Mostly derived from the Faye examples: http://github.com/jcoglan/faye
And from this lovely post: http://bit.ly/bqkQ9O.

Usage: node server.js [port]

Starts an http server on port [port], defaults to 8000.
Then by navigating to http://127.0.0.1:[port], magic will happen.
Client currently configured to wait for messages from the server. Server
Sends messages via stdin.

About

A very quick and dirty proof of concept for using Node and Comet via Faye.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages