-
Notifications
You must be signed in to change notification settings - Fork 0
ngocdaothanh/telchat-clojure
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published