On Tue, Aug 5, 2014 at 3:08 AM, Colin Fleming
<colin.mailingl...@gmail.com> wrote:
> Hi John,
>
[snip]
> Here's what Wilker LĂșcio wrote:
>
>> This is how I got it done (and I'm using it on node-webkit project):
>>
>> Add this plugin to your project (plugins, not dependencies):
>>
>> [jarohen/simple-brepl "0.1.0"]
>>
>> On your main cljs file, add this :require
>>
>> [weasel.repl :as ws-repl]
>>
>> Also add this at your init point so it connects with the REPL:
>>
>> (ws-repl/connect "ws://localhost:9001")
>>
>> Setup wise that's all you need.
>>
>> After that, start your REPL (with lein repl), and them run: (simple-brepl)
>>
>> Wait a bit, it will change your REPL into browser REPL, and it will say
>> that the websocket is listening. After that open you page, and you are done,
>> just evaluate stuff :)
>
>
> Let me know if this doesn't work for you and I'll see what I can do.

Thank you Colin, that was helpful.  I think I need to work out a
couple of details for myself, but I was able to get a REPL that works!
 Thank you!

-John

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to