About PHudBase
PHudBase is a PHP-based, plugin-free socket-serving powerhouse.
PHudBase was built over a period of a couple of years, stemming from my desire to test
the limits of PHP and build a true MUD-style game that's played in the browser with all
the web's goodness (and all of Telnet's, too).
PHudBase accepts telnet and WebSocket connections by default, handling either gracefully,
and can also serve Flash clients with the addition of a cross-domain policy server. It's
also fairly trivial (on the PHudBase end) to configure the client and server for use with
Orbited or other comet-based transport libraries.
The bottom line is that PHudBase provides a nearly-naked, PHP codebase on which you can build
anything from a traditional telnet MUD to a web chat to a fully-graphical game experience or
anything else you can think of that requires real-time, two-way communication.