somdoron / zwssock

ZeroMQ WebSocket library for CZMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZWSSock

ZWSSock is C implementation of ZWS for ZeroMQ.

ZWS and ZWSSock are both in early stage, the protocol is not yet finalized and so this library.

The API of ZWSSock is very similar to the API of zsock of CZMQ v3.0, so using it should be very simple.

ZWSSock currently only implement router pattern.

JSMQ is Javascript port of zeromq which implement the ZWS protocol and can connect to ZWSSock.

To use the ZWSSock take a look at main.c file. The project also include an example of JSMQ.

About

ZeroMQ WebSocket library for CZMQ

License:Mozilla Public License 2.0


Languages

Language:C 100.0%