1.0.1 • Published 8 years ago

sse-chat v1.0.1

Weekly downloads
5
License
MIT
Repository
-
Last release
8 years ago

Real-time Chat based on Server Sent Events

This is an example application which uses sse-express for real-time chat implementation without web sockets and long looping.

Install

npm install to setup dependencies node server.js to ru server

Open client.html in your browser (IE not supported) in several tabs and try to type and send some text.

sse-chat