27 lines
743 B
Markdown
27 lines
743 B
Markdown
# clj-browserchannel-jetty-adapter
|
|
|
|
Jetty async adapter for BrowserChannel. This now simply makes use of
|
|
whatever Jetty version that Ring's [ring-jetty-adapter][1] is using
|
|
and just adds the required async handling configuration on top of it.
|
|
[1]:https://github.com/ring-clojure/ring/tree/master/ring-jetty-adapter
|
|
|
|
See also: [clj-browserchannel][1]
|
|
[1]:https://github.com/gered/clj-browserchannel
|
|
|
|
## Leiningen
|
|
|
|
[gered/clj-browserchannel-jetty-adapter "0.1.0"]
|
|
|
|
## About
|
|
|
|
Written by:
|
|
Gijs Stuurman / [@thegeez][twt] / [Blog][blog] / [GitHub][github]
|
|
|
|
[twt]: http://twitter.com/thegeez
|
|
[blog]: http://thegeez.github.com
|
|
[github]: https://github.com/thegeez
|
|
|
|
### License
|
|
|
|
Copyright (c) 2012 Gijs Stuurman and released under an MIT license.
|