문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

I think Nancy can do the trick for you.

Nancy

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top