What's the simplest way to provide a portable, locally running webservice server application?
- by derFunk
We have a bigger website running that offers a JsonRpc web service.
For offline demonstration purposes I want to realize a portable, locally running webserver with a minimalistic feature replication of the live webservice, and bundle this together with Html files which do Ajax requests to it.
This local server executable should have as little…