• This repository has been archived on 08/Oct/2020
  • Stars
    star
    255
  • Rank 158,262 (Top 4 %)
  • Language
    C
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

cWebsocket is lightweight websocket server library

Overview

cWebsocket is lightweight websocket server library written in C. This library include functions for easy creating websocket server. It implements websocket protocol rfc6455.

Features

Pure C.
It's tiny!
It very easy to embed in any your application at any platform.
Library design was made with microcontrollers architecture in mind.
MIT Licensed.

Microcontrollers

With this library you can turn your Arduino to websocket server and get realtime properties from your microcontroller only with browser!

Notes

Not supported