https://github.com/littleboycoding/spacetextwar
small text based game to demonstrat how WebSocket work
https://github.com/littleboycoding/spacetextwar
Last synced: 3 months ago
JSON representation
small text based game to demonstrat how WebSocket work
- Host: GitHub
- URL: https://github.com/littleboycoding/spacetextwar
- Owner: littleboycoding
- License: unlicense
- Created: 2020-07-03T04:47:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T15:25:19.000Z (about 4 years ago)
- Last Synced: 2025-02-05T13:32:37.466Z (5 months ago)
- Language: JavaScript
- Size: 303 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceTextWar 🚀

Small text based game to demonstrat how WebSocket work (with node as server)
WebSocket library used: [ws](https://github.com/websockets/ws)
## How to setup
- Serve file in ./client with any web server you want
- Run node WebSocket server with node ./server/server.js**You might need to edit WebSocket server configuration in ./client/game.js**
That's it ! 🔥