spring-attic / spring-dsl

Experimental Spring Dsl Library around Language features
Apache License 2.0
12 stars 6 forks source link

Consider adding adapter for servlet based websocket #4

Closed jvalkeal closed 5 years ago

jvalkeal commented 5 years ago

Everything we've done has been assuming that running server app is fully non-reactive without servlet environment. This creates a problem trying to embed lsp server in an app based on servlet environment(aka no weblux). We can't use existing websocket integration in that way as servlet and weblux cannot live in a same app.