This repository contains examples of using Entangle services in Go.
To build the examples, make sure that you have Entangle installed. Building should then be a simple case of cloning the repository and using make
:
$ git clone --recursive git@github.com:entangle/example-go.git $ cd example-go $ make
This example is a simple arithmetic service which provides integer arithmetic. The bin/arithmetic-server
executable runs a server on port 5555 while the bin/arithmetic-client
executable connects to the server and runs examples of using the arithmetic server.