Will take a look, I'm currently working with CZMQ 2.2 so I would need to upgrade to CZMQ 3.0.
WebServer is actually not needed, you can talk directly from the browser to zwssock. There is a HTML example here: https://github.com/zeromq/zwssock/blob/master/src/CZMQ-ZWSSock/Example.html and C example here: https://github.com/zeromq/zwssock/blob/master/src/CZMQ-ZWSSock/main.c. Michael also added a make file to build the project on linux. I will write a small tutorial soon, probably tomorrow. On Sat, Aug 23, 2014 at 10:08 PM, Pieter Hintjens <[email protected]> wrote: > Doron, > > For what it's worth, I've moved most of the async classes in CZMQ to > the zactor model, which you can see in zmonitor, zproxy, and zauth. > This might work better for zwssock.c. > > I'd like to give the code a whirl some time... could you perhaps add a > small Hello World example with instructions on how to make this work > with some random given web server? > > -Pieter > > On Sat, Aug 23, 2014 at 8:26 PM, Doron Somech <[email protected]> wrote: > > Thanks! > > > > Project moved to zeromq organization: https://github.com/zeromq/zwssock. > > > > Doron > > > > > > On Fri, Aug 22, 2014 at 5:22 PM, Michael Haberler <[email protected]> > > wrote: > >> > >> Doron, > >> > >> Am 21.08.2014 um 20:07 schrieb Doron Somech <[email protected]>: > >> > >> > Hi All, > >> > > >> > I'm happy to introduce ZWSSock, implementation of ZWS in C. The API of > >> > ZWSSock is very similar to zsock of CZMQ v3. > >> > > >> > You can take a look here: https://github.com/somdoron/zwssock > >> > > >> > Zeromq WebSocket (ZWS) protocol is mapping for ZeroMQ over WebSocket. > >> > JSMQ is a javascript library that implements ZWS. > >> > > >> > With ZWSSock and JSMQ web applications and CZMQ applications can > >> > communicate over zeromq. > >> > > >> > Both the library and ZWS are in early stage and the protocol will > >> > probably change. > >> > > >> > The project will use C4.1 process once more maintainers will join, so > >> > please join! Also the project is currently not a cross-platform and > only > >> > compile with Visual Studio, if you want to help and create make > script (I'm > >> > a windows developer :-)) it will be great. As C is not my primary > language > >> > cleaning the code and make it more C style will also be welcomed. > >> > >> added a basic Linux Makefile > >> got Example.html to work, PR pending > >> > >> congratulations! > >> > >> - Michael > >> > >> > > >> > Regards, > >> > > >> > Doron > >> > > >> > > >> > > >> > _______________________________________________ > >> > zeromq-dev mailing list > >> > [email protected] > >> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >> > >> _______________________________________________ > >> zeromq-dev mailing list > >> [email protected] > >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > > > > > _______________________________________________ > > zeromq-dev mailing list > > [email protected] > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
