Report this

What is the reason for this report?

Shod I learn core nodejs to make a web application or express is enought?

Posted on November 18, 2022

Hello I started to learn express J’s but I learned about the basics of node J’s concepts like event loop and thread pool crate basic server event class file systems is express enough to make make a web application or I should learn more about creating the server using core J’s



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @minakiroollos,

ExpressJS is a web application framework for NodeJS. That’s what mainly makes the difference between Express JS and Node JS. The former provides various features that make web application development fast and easy, which otherwise takes more time using only the latter.

So with that in mind, knowing the basics of NodeJS is a must if you want to use Express in your app.

Hi there,

I would also recommend the following path:

  • Make sure that you know JavaScript well before jumping into Node.js
  • Once you know the basics you can then move to Node.js
  • Then once you have some solid knowledge of Node.js you can then move to Express as well

Here is a great JavaScript roadmap that I could suggest checking out:

https://roadmap.sh/javascript

Best,

Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.