noMUDde is a basic MUD client written using the express.js and socket.io libraries.
- support ANSI colors
- clickable links and emails
- customizeable fonts and font-size
- handle telnet server/client negotiations
- better proxying support
- command history
-
support MXP MUD eXtension ProtocolYeah not happening anytime soon. - parse prompt and create health/mana/etc bars
- triggers, timers, aliases, etc
- save all of the above to user accounts
Check it out live at www.darkstonemud.com:8080
Thanks and let me know what you think!
npm install express
npm install socket.io
In index.js:7 change hostname and hostport to your host-name and port. In index.js:10 change the listening port to whichever port you want the http server to listen on
Coming soon