This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/chat-demo/project.clj
2013-07-31 21:32:43 +02:00

12 lines
659 B
Clojure

(defproject chat-demo "0.0.1"
:description "Example for using BrowserChannel and a client side with ClojureScript"
:dependencies [[org.clojure/clojure "1.3.0"]
[ring/ring-core "1.1.0-SNAPSHOT" :exclusions [javax.servlet/servlet-api]]
[org.clojure/clojurescript "0.0-1011" :exclusions [org.clojure/google-closure-library]]
[net.thegeez/google-closure-library "0.0-1698"]
[net.thegeez/clj-browserchannel-server "0.0.4"]
[net.thegeez/clj-browserchannel-jetty-adapter "0.0.1"]
#_[net.thegeez/clj-browserchannel-netty-adapter "0.0.1"]
]
)