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

https://github.com/hawshemi/secure-real-time-multiplayer-game-freecodecamp

Secure Real Time Multiplayer Game Freecodecamp
https://github.com/hawshemi/secure-real-time-multiplayer-game-freecodecamp

freecodecamp freecodecamp-project

Last synced: about 1 year ago
JSON representation

Secure Real Time Multiplayer Game Freecodecamp

Awesome Lists containing this project

README

          

# [Secure Real Time Multiplayer Game](https://www.freecodecamp.org/learn/information-security/information-security-projects/secure-real-time-multiplayer-game)

## Live: https://secure-real-time-multiplayer-game-freecodecamp.hawshemi.repl.co

For running locally create a file named `.env` with the code below:
```
PORT:3000
NODE_ENV=test
```