https://github.com/kruton/waterpoint-decafmud
A quick demonstration of how DecafMUD can be used for Waterpoint.
https://github.com/kruton/waterpoint-decafmud
mud proxy webapp websockets
Last synced: 8 months ago
JSON representation
A quick demonstration of how DecafMUD can be used for Waterpoint.
- Host: GitHub
- URL: https://github.com/kruton/waterpoint-decafmud
- Owner: kruton
- License: apache-2.0
- Created: 2019-03-14T04:12:45.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-17T21:45:11.000Z (11 months ago)
- Last Synced: 2025-07-18T02:03:37.939Z (11 months ago)
- Topics: mud, proxy, webapp, websockets
- Language: JavaScript
- Size: 1.24 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DecafMUD for Waterpoint
A quick implementation of DecafMUD for Waterpoint
## Building
1. `npm install`
1. `npm run build`
Output is in `dist/`
## Developing
1. `npm install`
2. `npm run start:dev`
## Websocket to TCP proxy
There is a simple Websocket to TCP proxy in the `proxy/` directory which is designed
to run as a Docker container.