Open celic opened 10 years ago
Server needs to return JSON of all the points that match the search query. These points need to be parsed into a format for the server to send to the client.
How can we test return values? client.puts does not seem to output anything on telnet. Will client.puts output a response on cURL?
client.puts
Server needs to return JSON of all the points that match the search query. These points need to be parsed into a format for the server to send to the client.