-
Notifications
You must be signed in to change notification settings - Fork 29
Websocket support #10
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
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!