Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
/ seasocks Public archive
forked from mattgodbolt/seasocks

simple, small, C++ webserver with WebSockets (A fork with no embedded pages)

License

Notifications You must be signed in to change notification settings

hpj/seasocks

 
 

Repository files navigation

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

CI codecov GitHub release License ConanCenter package

Features

  • Simple C++ API
  • Serves static content from disk
  • API for building WebSocket servers
  • Simple command line binary for quick serving of static files only
  • Supports newer Hybi-10 and Hybi-16 WebSockets as well as the older Hixie style.
  • Supports Linux and Windows

Stuff it doesn't do

  • It's not nearly as configurable as Apache, Lighttpd, Nginx, Jetty, etc.
  • It provides only limited support for custom content generation (e.g. Servlets).
  • It has been designed for WebSocket based control.
  • It probably won't work on other systems (patches to support other systems would be welcome, but not a priority for us)

Getting started

Check out the tutorial on the wiki.

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

About

simple, small, C++ webserver with WebSockets (A fork with no embedded pages)

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 66.5%
  • C 29.7%
  • CMake 1.9%
  • Python 1.5%
  • Other 0.4%