JAVASCRIPT BACKEND DESKTOP [closed]

-2

Question about javascript, does it give as a backend for application development?

How to make mobile applications with a database?

Do you use enough nodejs for web development, with it's to use with database? the source of the code does the user see when to inspect the element?

I have a simple question but that prevents me from going behind, I was recommended javascript to start I see that gives to do many things with it.

    
asked by anonymous 03.12.2016 / 03:18

1 answer

1

You can develop a backend with javascript using NodeJS technology.

With Node you can connect to several databases such as MySQL, MongoDB, Redis, PostgreSQL, etc.

Take a careful look at NodeJS + express. Express is a NodeJS module for implementing web services, just like you would with APACHE + PHP.

For Node you have many and many modules that you can use through npm, which is the libs repository.

Here has an excellent guide to getting started.

Good luck in your studies!

    
03.12.2016 / 03:53