WebSocket Applications using Java: JSR 356 Early Draft Now Available (TOTD #183)
- by arungupta
WebSocket provide a full-duplex and bi-directional communication
protocol over a single TCP connection. JSR 356 is defining
a standard API for creating WebSocket applications in the Java EE 7
Platform. This Tip Of The Day (TOTD)
will provide an introduction to WebSocket and how the JSR is
evolving to support the programming model.
First, a little…