Skip to content

armarti/zeromq-websockets-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example: Browser communication over ZeroMQ, over Websockets, with MessagePack

This is a bare-bones example of node-node communication over ØMQ. The socket type is websockets, and one of the nodes is a web browser. That's the neat bit.

Once built, the browser sends the "server" a number > the "server" adds 1 to the number > the number is sent back. Serialization is done in msgpack.

Boost isn't really needed to run things as-is so you can comment it out in the CMakeLists.txt if you like.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published