Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 974 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 974 Bytes

noMUDde

Node.js based MUD client

noMUDde is a basic MUD client written using the express.js and socket.io libraries.

TODO

  • 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 Protocol Yeah 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!

Installing

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

Configuring reverse proxy with nginx

Coming soon