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 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 and help 
> improve JuliaWebAPI for exactly this purpose. It currently supports REST 
> and ZeroMQ.
>
> Best regards,
> Eric
>
>
> On Wednesday, May 20, 2015 at 6:22:38 AM UTC+8, Jeff Waller wrote:
>>
>>
>>
>> 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 exec-ing of a process per call.
>>
>

Reply via email to