views:

64

answers:

1

Does anyone know if there is a good (where good is stable enough to use, and open-source) webSocket servlet implementation? The one that possibly complies with draft spec 76 (the latest one).

A: 

Jetty supports websockets, Resin supports websockets and Glassfish 3.0.1 supports it as well.

BalusC
Thanks for the answer. I hoped somebody would point me to some other implementation. I knew about this one wanted to see if there is any alternative.
markovuksanovic
Resin and Glassfish are another ones, but they're a heavyweight appserver while Jetty is light, small and embeddable and ideal for developments.
BalusC