Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multarix/jnovel-wss
Wraps up jnovel's rest api into a web socket that automatically sends new parts to a client.
https://github.com/multarix/jnovel-wss
Last synced: about 2 months ago
JSON representation
Wraps up jnovel's rest api into a web socket that automatically sends new parts to a client.
- Host: GitHub
- URL: https://github.com/multarix/jnovel-wss
- Owner: Multarix
- Created: 2023-07-26T08:35:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-26T08:45:44.000Z (over 1 year ago)
- Last Synced: 2023-07-26T10:49:27.249Z (over 1 year ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jnovel-wss
Wraps up jnovel's rest api into a web socket that automatically sends new parts to a client.# About
A simple web socket server & client. I created this to learn a little about web sockets, and to some extent, worker threads in node.js