+ 2
Node.js
Node.js What are all the capabilities of node.js. And also its usefulness.
2 ответов
+ 1
Tamimouddine Valdoxe, Node.js is a runtime environment built on Google Chrome’s V8 JavaScript engine, allowing you to execute JavaScript on the server side.
Some of its capabilities include server-side programming, rest-time applications (thanks to its event-driven model), building RESTful and GraphQL APIs.Node allows JavaScript to run across front-end, back-end and build tools therby reducing friction during development. It works works with databases like MongoDB, MySQL, PostgreSQL, Redis, SQLite and many cloud databases.
Given such capabilities, it is implied that this is extremely useful.
Thank you.
+ 2
Your question is very vague. It's like asking "What are capabilities and usefulness of Python language". Or C++ language. Or MySQL server.
It has a lot of capabilities and extremely useful. :)



