Important: Read over the Feathers documentation, specifically the section on Services. All of the Feathers REST and Socket API requests are supported.
Run the following:
node example/index.js
Open your browser to http://localhost:8080/todo.
There will likely be an empty array in response. This is because you have no Todo
s, yet.
I recommend the Postman extension for Chrome if you would like an easy to use REST Client.