Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-29T15:49:59.000Z (10 months ago)
- Last Synced: 2024-04-24T07:38:13.485Z (9 months ago)
- Topics: mud, proxy, webapp, websockets
- Language: JavaScript
- Size: 2.77 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
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.