Using server as localhost

Started by Danie on 18-Feb-2016/2:03:43-8:00
Can I use a rebol script (server) as localhost and serve for instance pages to JSLinb also on the same device? If so, then which server script (smallest) will be suitable?
Take a look at Carl's Tiny Webserver - http://www.rebol.net/cookbook/recipes/0057.html
I'm using [shttpd](https://github.com/earl/rebol3/blob/master/scripts/shttpd.r) for Rebol3
Does shhtpd handle incorporate cgi? I want to use JSLinb and serve local content via local server on Android and desktop.
No, shttpd doesn't handle cgi.
Doc has said that one of the things which will happen with Red is that he will implement Cheyenne

Reply