项目作者: revk

项目描述 :
Websocket server library (C)
高级语言: C
项目地址: git://github.com/revk/websocket.git
创建时间: 2017-10-10T10:51:45Z
项目社区:https://github.com/revk/websocket

开源协议:GNU General Public License v3.0

下载


websocket

Web sockets server library.

Multi threaded, and allows simple http/https responses as well.

Designed to allow JSON objects to be passed both ways on connected web sockets,
as well as raw messages.

Internally uses AXL library to hold the JSON objects.