Skip to content

MayDaniel/clj-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo branch

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.

Clj-Chat

A simple chat server.

Usage

Start MongoDB.

(use 'clj-chat.core)
(-main)

Connect to the server on port 3333.

Extending

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.

Installation

Clone the repository.

License

Copyright (C) 2010 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

About

An extensible chat server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published