Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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