simplex-server

command module
v0.0.0-...-7ba2722 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2020 License: AGPL-3.0 Imports: 6 Imported by: 0

README

simplex-server

Server implementing simplex messaging protocol in Go

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy

Development

DB migrations

Install golang-migrate/migrate

Run migrations locally:

migrate -path=migrations -database postgres://localhost:5432/postgres?sslmode=disable up
Running server
PORT=8080 simplex-server
Running tests

To run the tests, the server should be running.

If server runs on localhost:8080:

go test

If server runs on another URI:

go test -server=http://example.com

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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