Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryanberckmans/mudslinger
- Owner: ryanberckmans
- License: other
- Created: 2017-10-16T01:03:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T01:03:21.000Z (over 7 years ago)
- Last Synced: 2024-08-03T09:02:40.840Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.88 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-muds - fork
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.