bootique / bootique-jetty

Provides Jetty integration with Bootique

Home Page:https://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"bootique-jetty-websocket" - new module to support websocket apps

andrus opened this issue · comments

Will create a new module bootique-jetty-websocket that integrates Jetty WebSocket implementation to allow writing websocket / JSR-356 applications.

Jetty provides two approaches for integrating WebSockets - "native" and "JSR-based" as demonstrated in the linked examples. I guess we should focus on the JSR-based approach to make Bootique integration more transparent to the end users and don't force them to use Jetty APIs.