Skip to content

websocket library implemented in C. implements HTTP 1.1 to build ws on top of, but full HTTP is not supported.

Notifications You must be signed in to change notification settings

lukedigiovanna/c-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-WebSocket

Rudimentary implementation of the WebSocket protocol in C.

Also necessarily implementes HTTP 1.1 to build the WebSocket protocol on top of.

Read about implementing a WebSocket server from scratch in my article:

Implementing a WebSocket Server in C

Building

This server is developed for Linux and MacOS.

Run the make in src to get the server executable for the demo.

About

websocket library implemented in C. implements HTTP 1.1 to build ws on top of, but full HTTP is not supported.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published