Node.js server side application starter [closed] - javascript

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.

Related

What do most forum website build on? Dynamic or Static Websites? [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 2 years ago.
Improve this question
I'm planning to create a forum website from 0 for my portfolio and learning experience. What should I choose between static and dynamic? Since I just thought it might affect my website performance.
I know the basic difference between static and dynamic which is one is pre-built and the other is rendered from the server-side.
I have experience in react, express, axios, mongodb, and MySQL
Any suggestion?
Big Forums are all dynamic websites.
What big sites will do for better performance is caching of dynamically generated > content. But you do not need this unless you have ~10 new visitors EVERY second ;)
Quoted from #phip1611

shall I use ReactJS in a web SPA App when Vanilla can do the job? [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 4 years ago.
Improve this question
so I have built a good performing web SPA App using Vanilla JS; the question is:
should I switch to react or continue to use vanilla when it can do the entire job smoothly?
when yes, then should I rebuild everything again with react or just use it for the new parts of the project?
thanks!
There is no point in switching.
Everything that "REACTJS" can, vanilla JS can do too.
REACTJS makes things easier, but if you're good in Vanilla, stick with it!
It can not be more powerful ;)

An introductory example of simple IDE with a javascript framework [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 5 years ago.
Improve this question
I'm trying to learn how to design a web-based IDE, but the offer on javascript frameworks is bast, and don't know what to start with. Is there any open-source elemental IDE that you know based on an actual framework, and that could teach the basics?
Atom is an HTML/CSS/JS editor/IDE. It uses Electron to build it into platform (Mac/Win/Linux) binaries, but all the source code this there for you to "learn how to design a web-based IDE".

Best practices in creating Cordova plugins [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'm still starting to create a Cordova plugin, I've read their documentation and an article on how to create one.
I found it simple and easy to create however, aside from creating I would like to know if what are the best practices and/or useful tools to be used for debugging and testing the plugin. Also what would the best OOP Javascript pattern to implement?
Thanks!

Javascript Python-Postgres [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'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

Categories