scala - Why is starting a Blaze server that supports websockets different than a server that does not support it in Http4s -
here sample code start blaze server supports websockets in http4s:
it quite different in case websocket support not required:
why case? possible add withwebsocketsupport
on blazebuilder
?
i mean, if api can improved, that's great, trying understand how websocket support fits picture because having issues getting web server (that supports websockets) function properly.
Comments
Post a Comment