mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
734 stars 120 forks source link
c-plus-plus cpp14 websocket-server websockets

Seasocks - A tiny embeddable C++ HTTP and WebSocket server

CI codecov GitHub release License ConanCenter package

Features

Stuff it doesn't do

Getting started

Check out the tutorial on the wiki.

See src/app/c/ws_test.cpp for an example.