RESTful call json
10.0.0.88:3000/users/1 localhost:3000/users/2
This is because REST is an architectural style, while SOAP is a protocol. Representational_state_transfer dissertation
Try : curl http://10.0.0.88:3000/users/1 github