Java WebSockets This repository contains a barebones WebSocket server and client implementation written in 100% Java. The underlying classes are implemented java.nio, which allows for a non-blocking event-driven model (similar to the WebSocket API for web browsers). Implemented WebSocket protocol versions are: RFC 6455 RFC 7692 Here some more details about protocol versions/drafts. PerMessageDefla