Live data from Hacker News

REBIN: Use any CLI app/script as a web service

intridea.com

1–10 of 20 posts

Re: REBIN: Use any CLI app/script as a web service

#5
This looks very useful. However, looking at it on github, I see there is no Windows version (yet). I am interested in this so I can access and run Windows-only processes from a sane Linux environment within my server cluster. Is there any interest or on going effort to extend Rebin to Windows?

Re: REBIN: Use any CLI app/script as a web service

#6
post #3

This could be useful. (Though, to be honest, it faintly reminds me of a suped-up version of cgi-bin circa 1996 with a lot more dependencies.) Anyone know if it can asynchronously handle long-running processes?

I agree, it could use some practical examples. The announcement sounds very grandiloquent but it doesn't say much. The readme in the source is not much more explicit:

"You have already or have created a CLI based application or script. It takes input, it produces output. Now, how do you expose your work to the web so you can utilize via a web service. REBIN takes care of that!"

Great!

Re: REBIN: Use any CLI app/script as a web service

#9

This looks very useful. However, looking at it on github, I see there is no Windows version (yet). I am interested in this so I can access and run Windows-only processes from a sane Linux environment within my server cluster. Is there any interest or on going effort to extend Rebin to Windows?

It's open source, so have your way with it.

Re: REBIN: Use any CLI app/script as a web service

#10
post #3

This could be useful. (Though, to be honest, it faintly reminds me of a suped-up version of cgi-bin circa 1996 with a lot more dependencies.) Anyone know if it can asynchronously handle long-running processes?

The thing is, you can still do all this in Apache now. CGI still exists (in fact, it's the default way Perl's ran). So I'm really struggling to work out why I'd install their tool over Apache.

And I don't mean this negatively, I really do want to know what separates this product from existing webservers runing CGI, but there's no useful information on their website what-so-ever.

If any of the Rebin devs are reading this, are you able to elaborate on this tool a little more?

Post reply on HN