https://github.com/jcolemorrison/multiplayer-cloud-server
https://github.com/jcolemorrison/multiplayer-cloud-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcolemorrison/multiplayer-cloud-server
- Owner: jcolemorrison
- Created: 2024-03-12T02:48:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T04:00:46.000Z (over 1 year ago)
- Last Synced: 2025-01-20T20:17:44.582Z (5 months ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiplayer Cloud Server Demo
```
npm install
npm start
```The WebSocket server should be available locally at `ws://localhost:2567` ([http://localhost:2567](http://localhost:2567) should be accessible.). It automatically binds to `0.0.0.0`, so it will also be availble on the machine's IP as well.
It also requires setting a `NODE_ENV` (defaults to `development`) environment variable and a `REDIS_HOST` (defaults to `localhost`) environment variable.