Javascript Python-Postgres [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm building a public database of scientific data.
By now I have a postgres 9.1 database running on a machine, and I've been using psycopg2 to interact from python 2.7.
At the other hand, I'm working on a Boilerplate html interface.
The question is, how to build the interaction between the webpage and the python/postgres database? which library should I use ?
Thanks in advance

What you're looking for is a web framework. Finding the right one is a hard choice and source of lots of discussions. Have a look at this list: http://wiki.python.org/moin/WebFrameworks

Related

Can we connect Weighing scale with our webapp using Jquery or javascript plugin? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 10 hours ago.
Improve this question
We are using a webapp for one of our application thats runs on Browser, we need to integrate a weighing scale (any company recommendation is fine CAS, MATTLER TOLEDO etc). but we need integration using javascript library. Is that possible? if yes,then How?

Is there way to use Nest JS with Sapper (Svelte)? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I've been looking for the past few days, but I haven't found a single sample code or article that discusses how to combine (not separate them as API Service & Frontend Service) Nest JS with Sapper (Svelte). Does anyone have any references in this regard?
I struggled with the same issue and found this template repository on GitHub. I've tested it out and it works pretty well.
The only "downside" is that it uses Svelte instead of Sapper.

Exchange data between an sql and javascript [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am about to learn sql and I have a question.Is it possible to use jquery(or php) to collect data(and add) from an sql database?
I would like a detailed answer
It is possible, but your question is very broad.Check out the tutorials that W3 Schools provide, in my experience these are a great way to get started and provide great tutorials on PHP, SQL and jQuery.

Node.js server side application starter [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am starting a new Android app, and I would like to know what should be the best server-side stack that I could use.
I heard some about MeanIO, MeanJS, Cleverstack, Generator Angular Fullstack.
Which of these suggestions should be the best? Is there another one that is not on the list that would be even more interesting?
If I am correct in saying it depends in what you're doing and trying to focus on. If you wish to also build a web-based front-end it's probably necessary to include AngularJS. If you aren't planning on doing that you could probably cut out the need for Angular.
I imagine the MEAN stack (https://github.com/meanjs/mean) would be enough for your Node.JS server. I doubt you will need to use Angular for an android app so you will be more focused upon the Express+Node+Mongodb portions.

Can firebase.js be used to implement multi player games? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am using Firebase.js for realtime chat synch and I wonder if it's possible to make a game like typeracer.com with Firebase, that detects moves and displays in real time. If Firebase can not do it, please tell me how I can build it with other technologies. thank you.
It's definitely possible. Check out the Tetris example if you haven't already!

Categories