8000 GitHub - Metaballo/libwebsock: C library for easy WebSockets server.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Metaballo/libwebsock

 
 

Repository files navigation

libwebsock

C library for easy WebSockets servers.

This library allows a developer to quickly develop WebSocket servers by focusing on the actual logic of your WebSocket implementation instead of the details of the WebSocket protocol or even specifics of C sockets.

Installation instructions can be found here.

API reference & usage instructions can be found here.

To get started, have a look at echo.c in the examples directory of the package. A simple echo server is implemented.

You can find the latest autobahn test results here.

Current Travis CI Build Status:

Build Status

Features

  • Callbacks for events
  • SSL Support
  • Easy to use
  • Uses libevent for portability (tested on Linux/FreeBSD)
  • IPv6 support
  • No failures on Autobahn Test suite

About

C library for easy WebSockets server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.7%
  • M4 2.5%
  • Other 0.8%
0