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: 24 days ago
JSON representation

Wraps up jnovel's rest api into a web socket that automatically sends new parts to a client.

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