[undertow-dev] Websockets
Stuart Douglas
stuart.w.douglas at gmail.com
Thu Apr 11 20:36:42 EDT 2013
Hi guys,
So I have been thinking about websockets, and I think we should make
some changes.
At the moment we essentially have 3 different API's, the low level XNIO
API, a Undertow native high level API, and a JSR-356 API (that will
hopefully stop changing constantly now).
I think 3 API's is a bit excessive, and we should just have our XNIO
Channel based low level API, and the JSR-356 API.
I am also thinking we should split it out of Undertow entirely, as
really the only undertow dependency is the handshake handler. This
should make it easier for us to ship a JSR-356 standalone web socket
client.
Thoughts?
Stuart
More information about the undertow-dev
mailing list