Experimental branch: Refactoring clj-chat to use MongoDB in place of refs where possible. (I can't serialize Writers.)
MongoDB is required, but it's simple to set up.
A simple chat server.
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 namespace postfix (for example, namespace foo.bar.baz would have the postfix baz) to the set in plugins.config.
The var 'plugins' is created upon calling -main, allowing you to load/unload/reload plugins without killing the server.
Clone the repository.
Copyright (C) 2010 FIXME
Distributed under the Eclipse Public License, the same as Clojure.