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: 8 months ago
JSON representation

A quick demonstration of how DecafMUD can be used for Waterpoint.

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.