|
|
|
|
|
by icebraining
4488 days ago
|
|
It's interesting that we're still writing such applications by hand. One thing that interested me when I learned about CouchDB was the possibility of skipping that and just exposing the database to the browser, with a few schemas and a couple of data validation functions configured. After all, that system is almost a dumb HTTP storage mechanism. |
|
Other than that it doesn't seem like an unreasonable approach.