/server_push_demo

some demo about the common techs for server push, e.g. Polling, COMET, SSE, WebSocket

Primary LanguageJavaScript

some samples abount server push tech e.g. Polling, COMET, SSE, WebSocket

sample

How to start?

Firstly,

cd server

npm i 

npm start

Then visit http://127.0.0.1:8080/ & http://127.0.0.1:8080/post in your browser

😊 😊

How it works?

These technologies include:

And this is a brief introduction of these server-side-push technologies (in Chinese).