Use comet/long-poll or HTML5 websockets to post messages from public channels (auction, gossip, etc.) and quest broadcasts to a web client in real-time. Could be fun!
There are some super-easy-to-implement packages for the web part (a potentially stand-alone PSGI comet server that accepts local JSON posts and broadcasts them to listeners, and a nifty jQuery library for the client). The real development would be the hooks in the public channels/quest broadcasts to post the JSON object literals.


Reply With Quote

Bookmarks