You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a server that uses HttpListener to handle some API requests, how could I use fleck in some specific endpoints and respond to non WebSocket requests?
The text was updated successfully, but these errors were encountered:
@DanilochTop If still an issue for you you could use the Fleck integration within the GenHTTP webserver which allows you to serve both REST APIs and Websocket handlers.
I have a server that uses HttpListener to handle some API requests, how could I use fleck in some specific endpoints and respond to non WebSocket requests?
The text was updated successfully, but these errors were encountered: