Hi, this looks like a nice alternative to a lot of bloated Java web frameworks, which is awesome.
I'm browsing through the source code, and it looks like the core implementation relies on the JDK's built-in http server code base com.sun.net.httpserver. Is it possible to either configure Websocket support via java-express? Or can that be achieved by talking to the HttpServer jdk implementation directly?
Thanks!
Hi, this looks like a nice alternative to a lot of bloated Java web frameworks, which is awesome.
I'm browsing through the source code, and it looks like the core implementation relies on the JDK's built-in http server code base
com.sun.net.httpserver. Is it possible to either configure Websocket support viajava-express? Or can that be achieved by talking to theHttpServerjdk implementation directly?Thanks!