https://github.com/dysbulic/telehash-demo
https://github.com/dysbulic/telehash-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dysbulic/telehash-demo
- Owner: dysbulic
- Created: 2012-08-16T20:33:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-29T19:40:16.000Z (almost 12 years ago)
- Last Synced: 2025-02-03T23:57:35.118Z (4 months ago)
- Language: Java
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
telehash-demo
=============This project is primarily meant to be viewed in a web browser. There are however some commands you can run:
* Telehash Client: java -jar lib/telehash/jar
* Rhino Test: java -classpath /usr/share/java/js.jar:/usr/share/java/jline.jar:lib/telehash/jar org.mozilla.javascript.tools.shell.Main test/clj-telehash/rhino
* Switch Test: java -cp lib/telehash/jar telehash.switchimpl.api.switchtestThe sample application the web interface is based on is run by cloning the clj-telehash git repo ( https://www.assembla.com/code/clj-telehash/git/nodes ) and opening the samples/telehash-simple-chat/ in netbeans. I was unable to build with the stock Ubuntu netbeans and had to use 7.2 ( http://netbeans.org/downloads/ ).