Skip to content

entangle/example-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entangle examples for Go

This repository contains examples of using Entangle services in Go.

Building

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

Examples

A simple arithmetic service

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.

About

Entangle examples for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages