Get the latest tech news
Trivial REST server in various languages to compare
A simple HTTP REST API server in different languages - begoon/http-server
The/version endpoint returns a RESTful JSON response with the "version" fields. The payload should be serialized to JSON from a struct or class, not printed as a simple string. When the server runs, it should respond to curl http://localhost:8000/version or in the web browser.
Or read this on Hacker News