zeromq / chumak

Pure Erlang implementation of ZeroMQ Message Transport Protocol.
Mozilla Public License 2.0
197 stars 47 forks source link

OTP examples #6

Closed heri16 closed 7 years ago

heri16 commented 7 years ago

Provide examples as OTP GenServer or alike.

drozzy commented 7 years ago

@heri16 do you mean using it as GenServer? Have you looked at the examples dir?

Are you having trouble with something in particular? Please post your code (even if incomplete).

If you mean something else, let me know.

drozzy commented 7 years ago

Closing this in favor of general examples bug: https://github.com/zeromq/chumak/issues/11

Once that is implemented, there will be plenty of examples on how to get this running.