There's a chat demo in both tapestry-atmosphere and tapestry-cometd Atmosphere Demo: http://t5atmosphere-lazan.rhcloud.com/ Source: https://github.com/uklance/tapestry-atmosphere/tree/master/tapestry-atmosphere-demo
Cometd Demo: http://t5cometd-lazan.rhcloud.com/chat Source: https://github.com/uklance/tapestry-cometd/tree/master/tapestry-cometd-demo On 26 Oct 2016 7:16 p.m., "Qbyte Consulting" <qbyteconsult...@gmail.com> wrote: > I want to develop a tapestry chat component that uses a WebSocket to handle > real time text messages. I need to integrate so that users can see who is > logged in to the Tapestry app. > > How would I make a class in a Tapestry app a WS endoint that can also > access my apps Tapestry services as well as handle the WS client? > > John >