reactive-ipc / reactive-ipc-jvm

Reactive IPC for the JVM
Apache License 2.0
55 stars 13 forks source link

Undertow/XNIO support #13

Open jbrisbin opened 9 years ago

jbrisbin commented 9 years ago

Reactive IPC should probably also provide support for XNIO (and by extension, Undertow) as a transport.

XNIO could be used at the TCP level and Undertow could be used for WebSocket and HTTP.