Tagged Questions
1
vote
6answers
473 views
What's the simplest way to provide a portable, locally running webservice server application?
We have a large 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 ...