gst_zmq

Description

ZeroMQ binding for GNU Smalltalk

Details

Source
GitHub
Dialect
gnu_smalltalk (50% confidence)
Created
Oct. 14, 2013
Updated
Feb. 3, 2014

README excerpt

ZeroMQ binding for GNU Smalltalk.

Follow these steps to try out the plugin:
(Be warned that the code is not yet ready for real-world use!)

1. Install ZeroMQ (http://www.zeromq.org/)
2. Compile and install the C wrapper for some ZMQ calls:
    
     $ make
     $ sudo make install

4. Run the hello-world server:

     $ gst ./src/st/zmq.st ./src/st/zmq-socket.st ./samples/hello-server.st 

5. Run the hello-world client in a new terminal:

     $ gst ./src/st/zmq.st ./src/st/zmq-socket.st ./samples/hello-client.st 
← Back to results