|
|
|
|
|
by Staydecent
5665 days ago
|
|
I really like the idea of using email for, well, everything. And I prefer blogging by email (like posterous) and implemented it myself for App Engine (https://gist.github.com/462907). As for this generic crud service. I think the problem is, just as you don't know how it could be useful, neither do others. A hosted db would be useful through an API, but communicating with email programmatically is probably a larger overhead compared to a standard GET or POST request. |
|
I guess you're right though. If somebody was going to code something and use a database, they'd probably just go with something a little more direct.
Edit: Also, in regards to overhead of GET versus an SMTP message. I think the payload for SMTP might be about the same or maybe even less than GET in size.