A simple Websocket Server built from ground-up using Multi-threaded Java
A small experiment to understand how to handle mutliple socket connections by writing low-level java code. This project implements following parts of the WebSocket Standard
- The websocket Handshake
- Parsing Text Client Messages
- Sending Messages to Client (long messages are also handled according to the RFC standard)
- Integrate the server with existing projects
- Add support for Blob messages