javascript - Steps to build a web app connected to SQL server -


first time asking question here , feel noob asking figured might helpful info here. work data analyst creating reports in tableau , working sql server. i've had minimal experience programming in java, javascript, , html. d3 has peaked interest powerful language used create more complex/creative dashboards. use d3 , javascript create dashboards based off data housed on sql server having never built web app i'm little overwhelmed @ need accomplish such feat. know need api etc, i'm not sure of steps needed make happen. can explain me need (step step) "birds eye view", have idea of direction need go in? thanks.

  1. pick programming language (e.g. java or javascript).
  2. pick web server can run server side code written in language on (e.g. tomcat or node.js).
  3. find library programming language can interact sql server using.
  4. write server side program (in language of choice) can:
    1. read data http request.
    2. use query database.
    3. return data (probably formatted json) in http response.

(node.js isn't technically web server, usual way run server side code written in js write program in js has built-in web server , run program node.js).


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -