message-srv

command module
v0.0.0-...-5f26636 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

README

Message Service

The message service is a simple a system for exchanging text based messages.

Getting started

  1. Install Consul

    Consul is the default registry/discovery for go-micro apps. It's however pluggable. https://www.consul.io/intro/getting-started/install.html

  2. Run Consul

    $ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul
    
  3. Run Sync Service. If you use consul for discovery then you can use the same service for synchronization.

  4. Download and start the service

    go get github.com/micro/message-srv
    message-srv
    

    OR as a docker container

    docker run microhq/message-srv --registry_address=YOUR_REGISTRY_ADDRESS --sync_address=YOUR_SYNC_ADDRESS
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
proto
message
Package message is a generated protocol buffer package.
Package message is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL