microservices-demo/micro-sock

Name: micro-sock

Owner: Microservices Demo

Description: dummy microservice

Forked from: rade/dummi

Created: 2017-02-15 09:48:20.0

Updated: 2017-09-25 18:41:17.0

Pushed: 2017-02-24 11:10:06.0

Homepage: null

Size: 22

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Micro-sock - dummy microservice

A tiny golang application simulating a microservice. It

Build
Using Go natively
 micro-sock
Usage
e of ./micro-sock:
 string
    listening address
 duration
    message sending interval (default 2s)
    listen
 duration
    connection retry interval (default 1s)
 duration
    connect/send/recv timeout (default 5s)
Example

The following example will start micro-sock in listen mode, and attempt to connect to a different instance of micro-sock, on host “test-host”.

cro-sock -l test-host

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.