mysql - Web App Creation Toolchain with CSS/HTML/Javascript -
i want create score keeping app allows me enter scores app, save score history user, , have webpage can display score in real-time pump out stats on previous games.
i've been doing front-end development past few years , css/html/javascript skills intermediate. have rough game plan on how work, having little backend experience there gaps in knowledge need with.
the app: build know: css/html/javascript. assessable via webpage or native app. plan latter putting through phonegap.
database: sql? save scores.
the webpage: things tricky. need live reporting current game status. web sockets?
i use javascript graphing library create charts of stats based on current , previous game history. need data automatically refreshed (ajax) how sql/js interaction?
also, ideally graphs on webpage allow visitors copy , paste iframe code can paste stuff own website. don't know started that.
i'm not sure if i'm asking right questions appreciated!
since you're front-end developer think you'll http://nobackend.org/
there number of back-end service solutions handle both data persistence , data synchronising across multiple devices.
these solutions answer sql , websockets questions. implement these using either open source solutions or combining number of services. i'd give baas options go.
Comments
Post a Comment