Skip to content

stevenwilkin/node-shoutbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-shoutbox

This is a simple app demonstrating the event based nature of node.js. It uses long-polling to deliver new comments to the client as they arrive.

Running

Ensure you are running node >= v0.1.31 then run the following command:

node ./shoutbox.js

Browse to http://0.0.0.0:8080/ and add your comments. For maximum geekage open the app in multiple browser windows :)

About

A simple shoutbox developed with node.js and using long-polling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published