FigBug / Gin

A few extras for juce
BSD 3-Clause "New" or "Revised" License
262 stars 40 forks source link

Feature: HTTP/Websocket server #21

Open mickmister opened 3 years ago

mickmister commented 3 years ago

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

FigBug commented 3 years ago

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