So, I rewrote chat frames and it is now called Chat Scopes. Would be great to get some feedback from some of you who have seen my presentation on it. Would like to do a another presentation on this for one of the next Quarkus meetings.
Some things that have changed:
* Everything is CDI based
* Websocket based (no more REST :..( )
* Streaming support
* 3 clients: Local java (uses vertx eventbus), Websocket Java client, Websocket javascript client
* Publishes javascript client automatically so browser apps can get at it
Small Example apps:
--