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.
- Host: GitHub
- URL: https://github.com/foso/jkwebsocket
- Owner: Foso
- License: gpl-3.0
- Created: 2018-02-21T21:06:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T21:38:08.000Z (over 7 years ago)
- Last Synced: 2025-01-26T15:26:52.208Z (over 1 year ago)
- Topics: android, kotlin, nanohttpd, nanowsd, websocket
- Language: Kotlin
- Homepage:
- Size: 192 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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