Skip to content

Simple, small, C++ embeddable webserver with WebSockets support

License

Notifications You must be signed in to change notification settings

udayaw/seasocks

 
 

Repository files navigation

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

Build Status

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.

Stuff it doesn't do

It's not nearly as configurable as Apache, Lighttpd, Nginx, Jetty, etc. It provides only very limited support for custom content generation (e.g. Servlets). It has been optimized for WebSocket based control.

Getting started

Check out the tutorial on the wiki.

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

About

Simple, small, C++ embeddable webserver with WebSockets support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.6%
  • C 4.3%
  • HTML 0.8%
  • Makefile 0.3%
  • JavaScript 0.3%
  • CSS 0.3%
  • Other 0.4%