Skip to content

MayDaniel/clj-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clj-Chat

A simple chat server.

Usage

MongoDB is required, but it's simple to set up.

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 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.

License

Copyright (C) 2010 Daniel May

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