Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 997 Bytes

File metadata and controls

24 lines (16 loc) · 997 Bytes

Flipchat Server

Release PkgGoDev Tests GitHub License

Flipchat server monolith containing the gRPC/web services and workers that power Flipchat Messenger.

Quick Start

  1. Install Go. See the official documentation.

  2. Download the source code.

git clone git@github.com:code-payments/flipchat-server.git
  1. Run the test suite:
make test