GO 03 - HTTP Server
Here is a simple program that starts an HTTP server and listens for requests on port 8080. When the server receives a request, it checks the path of the request to determine whether to convert a temperature from Fahrenheit to Celsius, or from Celsius...
code-harmony.hashnode.dev2 min read