A simple chat server.
MongoDB is required, but it's simple to set up.
Start MongoDB.
(use 'clj-chat.core)
(-main)
Connect to the server on port 3333.
There are a few example plug-ins here.
To load your plug-in, add the config to plugins.clj with the format {"plug-in-namespace-postfix" #{"command1" "command2"}}.
The var 'plugins' is created upon calling -main, allowing you to load/unload/reload plugins without killing the server.
Copyright (C) 2010 Daniel May
Distributed under the Eclipse Public License, the same as Clojure.