项目作者: revk
项目描述 :
Websocket server library (C)
高级语言: C
项目地址: git://github.com/revk/websocket.git
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.