sse-chat
v1.0.1
Published
This is an example application which uses [sse-express](https://github.com/likerRr/sse-express) for real-time chat implementation without web sockets and long looping.
Downloads
6
Readme
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.