ANTE is a very powerful HTTP and Telnet mud server, with a full cgi and fast-cgi interface to do PHP and scripts written in any language the operating system can run, communicating bi-directionally. Raising the Ante
License
GNU General Public License version 2.0 (GPLv2)Follow ANT-Engine
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
don't use this. I mean, if you want to read it, you will learn cool things, but don't use it. I tried to write a mud, and was obsessed with the coffeemud source at the time. I wanted to recreate it, in c++, somehow. it was useful in learning http, fcgi, and telnet(mud client! not straight telnet.. straight telnet sucked!) protocols. I also learned a lot about temporality in threads, and saw some very awesome unique to the situation error codes from debugging weird crashes. It's a bare bones mud, http server, php via fcgi connecting, app. it will take a LOT of configuration to make it useable as a mud, and or some kind of server for something. Better to just use modern day python or something.