Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: HTTP/Websocket server #21

Open
mickmister opened this issue Nov 21, 2021 · 1 comment
Open

Feature: HTTP/Websocket server #21

mickmister opened this issue Nov 21, 2021 · 1 comment

Comments

@mickmister
Copy link

Currently the project exports a WebSocket client for use. Can this code be easily augmented to support hosting a WebSocket server?

@FigBug
Copy link
Owner

FigBug commented Nov 21, 2021

No, the client and server are quite different. Luckily, there are a lot of C++ libraries for servers (where there are only a few for clients). If you just need a simple webserver that supports websockets and https I recommend https://github.com/civetweb/civetweb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants