Skip to content

This is my first node.js project. Its a Chatserver based on node.js and a simple client based on jquery. This Chat works with the long-polling technology, http requests remain open until someone writes a message.

License

Notifications You must be signed in to change notification settings

zhiong/long-polling-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

/fetch
	Waits for a message
/push?message=foo
	Sends a message to all with /fetch connected clients

About

This is my first node.js project. Its a Chatserver based on node.js and a simple client based on jquery. This Chat works with the long-polling technology, http requests remain open until someone writes a message.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published