ngocdaothanh / telchat-clojure
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Ngoc Dao (author)
Fri Oct 16 01:35:46 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README | Fri Oct 16 01:35:46 -0700 2009 | |
| |
pom.xml | Wed Oct 14 21:18:59 -0700 2009 | |
| |
src/ | Wed Oct 14 19:43:30 -0700 2009 |
README
This is only an exercise of a Clojure newbie: * Chat server: JBoss Netty * Clients: telnet == Usage * mvn compile to compile Java file, you must have Maven2 * mvn clojure:compile to compile Clojure files, optional, only for static syntax check * mvn clojure:run to start server on port 3000 * telnet localhost 3000 to connect to the server == Notes If you have problem compiling Telchat, make sure you are using Sun Java, not OpenJDK (usually much slower). On Ubuntu: * sudo apt-get install sun-java6-jdk * sudo update-alternatives --config java Comments are very welcome. Please write in Issues: http://github.com/ngocdaothanh/telchat-clojure/issues See also: http://github.com/ngocdaothanh/telchat-scala
