Build a rest service from the command line, as simple as “every request has a response.”
Following with Handmade Series with Java, this is the 3rd chapter. I’ll make a rest service, as always, step by step, without IDEs.
I'll use the Spark library to getting a “pong” to every “ping” request.
I declare a simple class called PingPongGame ...