Question

We are developing a webapp that requires a local web server. The problem is, we can't install anything on their machine for some reasons. Is there any alternative for this one?

Was it helpful?

Solution

I assume you are just searching a running http webserver which doesn't need to be extendable, if not the following won't apply for you.

If there is Java installed on that machine you can use one of the many "single-file-webservers" that are out there. For example: https://github.com/NanoHttpd/nanohttpd

Or: http://www.eclipse.org/jetty/

If you have Node.js running you will find even more, very simply and efficient solutions.

OTHER TIPS

I think Nancy can do the trick for you.

Nancy

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top