thedouglenz / thou_hast_been

0 stars 0 forks source link

Research: RESTful API #17

Open thedouglenz opened 10 years ago

thedouglenz commented 10 years ago

We are going to want other applications to connect to ours, namely, the mobile devices. A RESTful API will help us perform CRUD operations and return data in some universal format (JSON, I would strongly recommend).

This issue is just researching how to do this with Node.js and thinking further about the communication to mobile platforms like Android and iOS