Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eddiezane/server-sent-events-express-example


https://github.com/eddiezane/server-sent-events-express-example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Server Sent Events Example

Clone the repo.

npm install

Start the app.

node app.js

Visit `localhost:3000` in your browser and post some data.

curl -X POST localhost:3000 -d "update=Your update"