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:

there's more out there if google backend service.

if looking more simple, need take information , store (like form), suggest looking @ these services:

hope helps!


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -