Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
4
Reply
What is node.js?
Chetankumar G Shetty
11y
903
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Node js is server side development environment
Mukesh Kumar
8y
0
Answer- In simple words, Node.js is a platform based on Javascript runtime, it helps in rapid network application development. Go through the official website: http://nodejs.org/
Chetankumar G Shetty
11y
0
go here u ll get http://www.c-sharpcorner.com/1/304/
Munesh Sharma
11y
0
NodeJS is a server side scripting platform, available as Command Line Interface [command line tool]. It is built with V8 Chrome Engine and LibUV [a c library for Async I/O]. As it uses V8 as runtime, we have to use JS as development language. It is used to create the application which expects Non Blocking I/O, scale-ability, servers with low latency. We can use NodeJS to create JS CMD programs, web servers, file servers, real time applications like Chat apps, stock monitors.
Jaganathan Bantheswaran
11y
0
Message