Re: [julia-users] Using Julia program as computation backend

2015-05-21 Thread Michael Turok
I have to admit that I looked at Morsel and JuliaWebAPI (back when it was JuliaBox.jl).I found Morsel to have a more intuitive API in the way you describe your routes. But looks like Mux might be an even better solution. On Tuesday, May 19, 2015 at 8:53:59 PM UTC-4, Eric Forgy wrote: Hi

Re: [julia-users] Using Julia program as computation backend

2015-05-21 Thread Eric Forgy
Oh nice. I hadn't seen Mux.jl. Thanks. On Thursday, May 21, 2015 at 8:58:04 PM UTC+8, Michael Turok wrote: I have to admit that I looked at Morsel and JuliaWebAPI (back when it was JuliaBox.jl).I found Morsel to have a more intuitive API in the way you describe your routes. But looks

Re: [julia-users] Using Julia program as computation backend

2015-05-19 Thread Eric Forgy
Hi Roman, I have a simple toy model (Morsel) using REST API (well http anyway) that I'm happy with, but Julia Computing (i.e. Viral :)) is convincing me to go with JuliaWebAPI.jl https://github.com/tanmaykm/JuliaWebAPI.jl (formally JuliaBox.jl). I'd be happy to see more people take interest

Re: [julia-users] Using Julia program as computation backend

2015-05-19 Thread Jeff Waller
On Monday, May 18, 2015 at 10:55:10 AM UTC-4, Roman Kravchik wrote: Thanks for the link. But it seems to be like CGI-style operation - eval julia expression and i'm not sure it's a perspective direction. Hmm, if I I'm understanding this correctly, then no, it's not CGI-like; there is no

[julia-users] Using Julia program as computation backend

2015-05-18 Thread Roman Kravchik
I am building a web app for DSP tasks. It consists of SPA frontend, REST API Server, RabbitMQ and computation server. And I want to use Julia lang for develop computation back-end. Has anybody had some experience in integration Julia programs with AMQP message brokers? P.S. I've read this topic

Re: [julia-users] Using Julia program as computation backend

2015-05-18 Thread Kevin Squire
That's true. On Monday, May 18, 2015, Roman Kravchik ro...@kravchik.ru wrote: Thanks for the link. But it seems to be like CGI-style operation - eval julia expression and i'm not sure it's a perspective direction. понедельник, 18 мая 2015 г., 17:46:16 UTC+3 пользователь Kevin Squire

Re: [julia-users] Using Julia program as computation backend

2015-05-18 Thread Kevin Squire
Hi Roman, Not a direct answer to your question, but you might check out node-julia ( https://www.npmjs.com/package/node-julia), if you're open to including node in the soup of web components. Cheers, Kevin On Monday, May 18, 2015, Roman Kravchik ro...@kravchik.ru wrote: I am building a web

Re: [julia-users] Using Julia program as computation backend

2015-05-18 Thread Roman Kravchik
Thanks for the link. But it seems to be like CGI-style operation - eval julia expression and i'm not sure it's a perspective direction. понедельник, 18 мая 2015 г., 17:46:16 UTC+3 пользователь Kevin Squire написал: Hi Roman, Not a direct answer to your question, but you might check out