neotyk / ws-cljs

WebSocket & ClojureScript, works only in Chrome AFAIK

Home Page:http://lab01.kungfoo.pl:8108/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# ws-cljs

WebSocket & ClojureScript repository.

## Getting it up and running

### Prerequisites

ClojureScript with closure-library from SVN HEAD.
You can get it from my clone of ClojureScript for now: 

  git clone https://github.com/neotyk/clojurescript.git -b 35-cl-head

Make sure $CLOJURESCRIPT/bin is in your PATH.
Than you bootstrap cljs with:

  ./script/bootstrap --closure-library-head

You can also vote on http://dev.clojure.org/jira/browse/CLJS-35 if you would like process of getting HEAD version
closure-library be easier.

Compass if you intend to change styles.

Clone the ws-cljs repo: https://github.com/neotyk/ws-cljs

### Building

It's quite easy: ./build.sh for production build and ./build-dev.sh for development build.
To run it: lein run, can't get any simplier
Production set: http://localhost:8108/index-dev.html
Development set: http://localhost:8108/index.html

## License

Copyright (C) 2011 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

About

WebSocket & ClojureScript, works only in Chrome AFAIK

http://lab01.kungfoo.pl:8108/


Languages

Language:JavaScript 98.9%Language:Clojure 1.0%Language:Ruby 0.1%Language:Shell 0.0%