Skip to content

Battleship Broker is a message broker that orchestrates Battleship Online matches

Notifications You must be signed in to change notification settings

petruki/battleship-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Battleship Broker is a message broker that orchestrates Battleship Online matches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published