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

https://github.com/foso/jkwebsocket

Example Project that shows how to use NanoHTTP/NanoWSD to create a Websocket Server. After you connect to it, it will post "Hello World" plus the systemdate to the client every second.
https://github.com/foso/jkwebsocket

android kotlin nanohttpd nanowsd websocket

Last synced: about 1 month ago
JSON representation

Example Project that shows how to use NanoHTTP/NanoWSD to create a Websocket Server. After you connect to it, it will post "Hello World" plus the systemdate to the client every second.

Awesome Lists containing this project

README

          

# JKWebsocket
Example Project that shows how to use NanoHTTP/NanoWSD to create a Websocket Server.
After you connect to it, it will post "Hello World" plus the systemdate to the client every second.

Chrome Extension SimpleWebSocket