JAVASCRIPT DESKTOP BACKEND

Asked

Viewed 80 times

-2

Doubt about javascript, it gives to use as backend for application development?

From to make mobile apps with database?

They use a lot of nodejs for web development, with it to be used with a database? the source of the code the user sees when inspecting the element?

I have a simple doubt but that prevents me from going after, I recommended javascript to start I see that to do many things with it.

1 answer

1


You can develop javascript backend using the technology Nodejs.

With Node you can connect to several databases like Mysql, Mongodb, Redis, Postgresql, etc.

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

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

At this link has an excellent guide to get started.

Good luck in school!

  • Thank you very much, I had already taken a look at this article only doubt that I have left the database access data and other things that should not be displayed on the front end as generally javascript is, with Node is all in the backend ?

  • Yes, Nodejs is the javascript that runs in the backend (on the server). In practice, the developers took Chrome’s javascript machine and turned it into a powerful js engine for the server.

  • In addition, Node runs on the server, as does PHP.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.