Hacker News new | ask | show | jobs
by aespinoza 5200 days ago
I think you should be able to do it.

You can access S3 using this: http://code.google.com/p/js3db/

MongoHQ has a REST API, so calling it from Javascript should be easy. This document might help you: http://blog.mongohq.com/blog/2012/02/20/connecting-to-mongoh...

1 comments

Mind blown. MongoHQ is what I have been looking for but never knew that was what they actually did. Thank you!!!

thinks of all sorts of 100% client side websites to make

Actually this question made me think of the possibilities. There are frameworks out there that support MVC, which would make a robust client-side app running only in the browser.

I will be experimenting with this later today.

My mind was blown when I started thinking on the possibilities of entirely client-side running websites.

If the correct services exist, there are so many things that could be done better.