Skip to content

ngocdaothanh/telchat-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

See: http://github.com/ngocdaothanh/telchat-scala

This is only an exercise of a Clojure newbie:
* Chat server: JBoss Netty
* Clients: telnet

== Usage

Download dependencies:
lein deps

Make standalone jar file:
lein uberjar

Start server on port 3000:
java -jar telchat-clojure-0.1-SNAPSHOT-standalone.jar

Connect to the server:
telnet localhost 3000

== OpenJDK

If you have problem compiling Telchat, make sure you are using Sun Java, not
OpenJDK (which is usually much slower).

On Ubuntu:
* sudo apt-get install sun-java6-jdk
* sudo update-alternatives --config java

About

Super simple chat program in Clojure: server = JBoss Netty, clients = telnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published