Hi Jean
> On 28 Dec 2014, at 00:16, Jean Rodriguez <[email protected]> wrote:
> 
> I recently read David Nolen’s post on how he uses a browserless clojurescript 
> workflow. It inspired me to give clojurescript/nodejs a try.
> 
> This is the result:
> 
> http://bit.ly/1xp93uP
> 

I’ll definitely take a look at it

> I Defenitely like the workflow with node.
> 
> Is anyone using nodejs/clojurescript in a more substantial application?

we’re developing a cljs/nodejs/c++ for raspberry pi as target. we deeply use 
core.async too. the c/c++ libs talk with the GPIO/SPI stuff and we then wrapped 
them in nodejs in such away we can use those libs from cljs which implements 
feedback controllers. we’re also using websocket to let raspberry pi initiate 
the communications with the server even when it’s NATted. we’re still in 
experimental mode, but at the moment we’re very happy with what the cljs/nodejs 
pair has to offer even on such micro-controller (e.g. boot time - JVM/CLJ was a 
PITA). 

Something I miss? A cljs based http-server with websocket support too because 
JS/NodeJS drive me crazy.  

We’re also thinking about to write nodes modules in CLJS. Hope to be able in 
the future to convince our customer to opensource something

My best

mimmo
      
> 
> -- 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> --- 
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/clojurescript.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to