From 87f8b8a766ab5fc7f603845206445444a2804884 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 7 May 2016 16:36:17 -0400 Subject: [PATCH] update chat-demo README.md --- chat-demo/README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/chat-demo/README.md b/chat-demo/README.md index f88f339..e2ec4cb 100644 --- a/chat-demo/README.md +++ b/chat-demo/README.md @@ -1,4 +1,4 @@ -# chat-demo for clj-browserchannel-demo +# chat-demo for clj-browserchannel Cross-browser compatible, real-time, bi-directional communication between ClojureScript and Clojure using Google Closure @@ -26,6 +26,21 @@ The example runs in at least: * Internet Explorer 5.5+ (!!) * Android browser +## Running + +You can either start it up directly from a REPL by simply running: + + (-main) + +Or you can run it easily from a command line via the included Leiningen +alias to build and run everything: + + $ lein rundemo + +Once the application server is running, you can then open up +http://localhost:8080/ in your browser. Open it in multiple browser +windows to see the chat communication in action. + ## About Written by: @@ -35,6 +50,12 @@ Gijs Stuurman / [@thegeez][twt] / [Blog][blog] / [GitHub][github] [blog]: http://thegeez.github.com [github]: https://github.com/thegeez +Updated by: +Gered King / [@geredking][twt] / [Github][github] + +[twt]: http://twitter.com/geredking +[github]: https://github.com/gered + ### License Copyright (c) 2012 Gijs Stuurman and released under an MIT license.