Skip to content

thirdreplicator/websocket_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL

1. Install Leingingen https://github.com/technomancy/leiningen
  -- Leingingen is like Clojure's version of RVM.

2. Fire up clojure to :
  * lein deps
  * lein compile
  * lein repl

; In the REPL command line:

  (require 'chat.core)

Now, you should have a WebSocket server on port 9000.

3. Point your browser to index.html

This should work on Chrome 20+, Safari 5+ and Firefox 13+.
It doesn't work on IE 9.


Enjoy.

About

WebSocket minimal app using Clojure and Aleph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published