Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eddiezane/server-sent-events-express-example
- Owner: eddiezane
- Created: 2014-09-18T22:44:47.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T22:15:38.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T11:47:39.093Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"