Computer Science, asked by sriramorg0405, 1 month ago

what is Node.js means?

I was browsing this for a month,But still I can not find one understandable answer

Answers

Answered by afrathnatha6
1

Explanation:

Platform architecture

Node.js brings event-driven programming to web servers, enabling development of fast web servers in JavaScript. Developers can create scalable servers without using threading, by using a simplified model of event-driven programming that uses callbacks to signal the completion of a task.

It is mostly used for:

non-blocking, event-driven servers, due to its single-threaded nature. It's used for traditional web sites and back-end API services, but was designed with real-time, push-based architectures in mind.

Attachments:
Similar questions