3
Reply

What is node js

Harshit Pandey

Harshit Pandey

Apr 05, 2024
45
1
  1. <div>hello
  2. </div>

    1. <div class="container"><div class="content">hello is testing</div>
    2. </div>

    Harshit Pandey
    April 11, 2024
    1

    1. <;div class="container">;<;div class="content">;hello<;/div>;
    2. <;/div>;

    Harshit Pandey
    April 11, 2024
    1

    Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser. It allows developers to build server-side and networking applications with JavaScript. Node.js uses an event-driven, non-blocking I/O model, making it lightweight and efficient, suitable for building scalable and real-time applications. It's commonly used for building web servers, APIs, microservices, and other types of networked applications.

    Vijay Singh
    April 16, 2024
    0