# netty-websocket **Repository Path**: tlongc/netty-websocket ## Basic Information - **Project Name**: netty-websocket - **Description**: a fully-functioning websocket server built on netty. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-17 - **Last Updated**: 2021-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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