Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhoumengkang/netty-websocket
a fully-functioning websocket server built on netty.
https://github.com/zhoumengkang/netty-websocket
netty websocket
Last synced: 6 days ago
JSON representation
a fully-functioning websocket server built on netty.
- Host: GitHub
- URL: https://github.com/zhoumengkang/netty-websocket
- Owner: zhoumengkang
- Created: 2016-07-02T16:08:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T04:19:49.000Z (over 7 years ago)
- Last Synced: 2025-01-17T10:06:57.979Z (14 days ago)
- Topics: netty, websocket
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 220
- Watchers: 24
- Forks: 112
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# netty-websocket
## launch
At first, java 8 should be supported in your server.
Run `net.mengkang.WebSocketServer` in IDE, Then you can open the `client.html` in your browser for testing.
## benchmark
you can use the script `banchmark.py` in command line.
## demo
https://mengkang.net/demo/websocket/2.html