missql-command
missql-command copied to clipboard
Convert to Static JS Application
Now I've got nothing against Rails, but I wonder if it is a bit overkill for this type of application. This project may be better served as a static JavaScript app:
- Increased security
- Free hosting
- Less downtime (see #24)
With webkit browsers supporting SQLite and the rest being supported through a polyfill. It seems like it would be fairly doable.
Any thoughts?