forked frommattgodbolt/seasocks
- Notifications
You must be signed in to change notification settings - Fork0
Simple, small, C++ embeddable webserver with WebSockets support
License
NotificationsYou must be signed in to change notification settings
AustinSchuh/seasocks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 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.
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.
Check out thetutorial on the wiki.
Seesrc/app/c/ws_test.cpp for an example.
About
Simple, small, C++ embeddable webserver with WebSockets support
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- C++96.9%
- C1.3%
- CMake0.8%
- HTML0.4%
- Python0.2%
- Makefile0.1%
- Other0.3%