celic / echo_location_server

A server that echoes locations nearby the given point.
1 stars 0 forks source link

Return values #4

Open celic opened 10 years ago

celic commented 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.

arempe93 commented 10 years ago

How can we test return values? client.puts does not seem to output anything on telnet. Will client.puts output a response on cURL?