Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjcchen/sse-application
A small application driven by SSE( Server-Sent Events ) protocol
https://github.com/tjcchen/sse-application
Last synced: about 22 hours ago
JSON representation
A small application driven by SSE( Server-Sent Events ) protocol
- Host: GitHub
- URL: https://github.com/tjcchen/sse-application
- Owner: tjcchen
- License: apache-2.0
- Created: 2023-04-07T06:27:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T09:39:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T02:03:11.883Z (1 day ago)
- Language: CSS
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SSE-Application
A small application driven by SSE( Server-Sent Events ) protocol## Server
```sh
python3 server/sse_server.py
```## Client
```sh
npm run dev
```## Credit
zcxey2911: https://github.com/zcxey2911/sse_tornado6_vuejs3## License
Apache 2.0