Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcolemorrison/multiplayer-cloud-server
https://github.com/jcolemorrison/multiplayer-cloud-server
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcolemorrison/multiplayer-cloud-server
- Owner: jcolemorrison
- Created: 2024-03-12T02:48:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T04:00:46.000Z (8 months ago)
- Last Synced: 2024-04-17T03:52:41.815Z (7 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.