Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/petruki/battleship-broker
- Owner: petruki
- Created: 2021-02-03T22:41:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T01:34:00.000Z (5 months ago)
- Last Synced: 2024-09-10T05:06:32.051Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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