Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanberckmans/mudslinger

Not my work. Fork of https://bitbucket.org/Odoth/mudslinger
https://github.com/ryanberckmans/mudslinger

Last synced: 3 months ago
JSON representation

Not my work. Fork of https://bitbucket.org/Odoth/mudslinger

Awesome Lists containing this project

README

        

Mudslinger is a web based MUD client written in Typescript.
It consists of a Node.js / Express web server and a HTML/CSS/Javascript frontend.

The Node.js server makes telnet connections to the target host/port and acts as a telnet proxy for the frontend application.

It can be configured to connect only to a specific host/port or allow connections to any host/port.

Live version at: [http://mudslinger.rooflez.com](http://mudslinger.rooflez.com)

# Features #
* ANSI color
* XTERM 256 colors
* MXP support (, , , , , , and tags)
* Triggers (basic and regex)
* Aliases (basic and regex)
* Scripting support (Javascript)

# Getting started #
1. Run ``npm install`` in the root directory.
2. ``npm run build`` to build the server and client.
3. Edit `configClient.js` and `configServer.js` as needed.
4. ``npm start`` to start the server.

# License
See ``LICENSE`` file.