How to do websockets in embedded undertow?

mentics picture mentics · Aug 6, 2013 · Viewed 9.1k times · Source

According to this: http://undertow.io/ it supports websockets. There is no documentation on how to do so, though. I just want a simple embedded undertow handling web sockets example.

I don't want to grab the whole jboss app server.