node.js - Making a database application with just JavaScript? -
i need make dead simple web application. users hit static html page , enter basic info (name, , comment). when hit submit, want store info in either csv file or sqlite on hosting server. know of possible django/python or ror/ruby there anyway javascript?
thanks in advance..
there's few ways handle this, using javascript. use hosted backend-as-a-service.
you need make api calls on client end, , able connect without having rely on backend technology.
most of these technologies built mobile, can still use build on static html pages. (cross browser issues may vary).
here some:
- firebase (https://www.firebase.com/docs/web-quickstart.html)
- parse (https://parse.com/docs/js_guide)
there's more out there if google backend service.
if looking more simple, need take information , store (like form), suggest looking @ these services:
- wufoo (http://www.wufoo.com/)
- jotform (http://www.jotform.com/)
hope helps!
Comments
Post a Comment