Skip to content

EchoTeam/libcows

Repository files navigation

libcows

C Open WebSockets library

Some useful functions to build WebSockets applications:

  • encoding/decoding of WebSocket protocol frames
  • code for base64
  • buffer management

Build

To build the library you need to run

autoreconf -iv && ./configure && make

To test:

make check

Releases

No releases published

Packages

No packages published

Languages