Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petruki/battleship-broker

Battleship Broker is a message broker that orchestrates Battleship Online matches
https://github.com/petruki/battleship-broker

Last synced: 7 days ago
JSON representation

Battleship Broker is a message broker that orchestrates Battleship Online matches

Awesome Lists containing this project

README

        

# About

Battleship Broker is a message broker that orchestrates Battleship Online matches.

# Requirements
- NodeJS

# Configuration
1) npm install
2) Add .env-cmdrc file into the project directory.

```
{
"dev": {
"PORT": "3000"
},
"prod": {
}
}
```

# How to colaborate
1. Open an issue describing your contribution
2. Fork, build, test, and submit your PR