zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add a websocket mode to netty-transmitter

rbi opened this issue · comments

It should be possible to send the messages via websocket so that a tomcat server can receive them via a servlet.

This is implemented in an separate module (netty-websocket-transmitter) at the moment because Netty 4.x is needed for this and "netty-transmitter" uses Netty 3.x. Maybe these two modules should be merged together once Netty 4.x is stable.