On Mon, Oct 8, 2012 at 2:38 PM, Frank Siebenlist
<frank.siebenl...@gmail.com> wrote:
> However, I find the basic deployment that is prescribed by lein-cljsbuild not 
> very "basic" when it starts-up 3 different jvm's while the repl-server and 
> webserver do not share the live clojurescript metadata, and where we have 
> issues with cross-site hurdles that complicates using the repl-server as a 
> conventional webserver, which is needed to get a help/reflection facility 
> going… it's a complicated beast… hopefully we get that all working more 
> smoothly soon.

I don't think ClojureScript should try to solve this problem.

The only reason we have a webserver at all in ClojureScript is because
Google's CrossPageChannel (which is what browser REPL is built on)
stopped working when developing against a single page with the file://
protocol in browsers. The webserver in ClojureScript was only intended
to address this and nothing more.

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to