there is tutorial for PURE node js

0 votes
I'd been looking for node.js tutorials for quite some time. I recently received my Node.js book and realised that before I could learn anything, I needed to use the express.js module.

Is there a tutorial or book that teaches how to make node.js web applications without using any node packaged modules (npm)?

Because I want to learn pure node.js first, and then I might utilise some npm afterwards.

Please accept my sincere gratitude.
Jun 15, 2022 in Node-js by Vaani
• 7,020 points
481 views

1 answer to this question.

0 votes

When it comes to pure node.js, the official API documentation is the greatest and most up-to-date reference. The HTTP API documentation for web applications can be found at http://nodejs.org/api/http.html

You may also look at past queries, such as this one: How do I get started with Node.js, which seemed like a good solution.

To know more about Node JS, It's recommended to join Node JS Course today.

answered Jun 16, 2022 by Neha
• 9,060 points

Related Questions In Node-js

0 votes
1 answer

How is an HTTP POST request made in node.js?

Hello @kartik, A easier way if you use ...READ MORE

answered Jul 20, 2020 in Node-js by Niroj
• 82,880 points
646 views
0 votes
1 answer

How to run node.js app forever when console is closed?

Hello @kartik, You may also want to consider ...READ MORE

answered Oct 14, 2020 in Node-js by Niroj
• 82,880 points
2,144 views
0 votes
2 answers

Error:'TypeError: is not a function' in Node.js

You are exporting module.exports.redir = redir; That means that ...READ MORE

answered Oct 21, 2020 in Node-js by anonymous
• 140 points
16,541 views
+2 votes
1 answer

How do I debug Node.js applications?

Hello @kartik, Use node-inspector  from any browser supporting WebSocket. Breakpoints, ...READ MORE

answered Jul 8, 2020 in Node-js by Niroj
• 82,880 points
772 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,690 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,232 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,142 views
0 votes
1 answer

What is Node.js? [closed]

At work, I use Node.js and find ...READ MORE

answered Jun 7, 2022 in Node-js by Neha
• 9,060 points
292 views
0 votes
1 answer

Is there a way to download videos from YouTube Studio using NodeJS

Try this project in the github repository ...READ MORE

answered May 27, 2022 in Node-js by Neha
• 9,060 points
1,413 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP