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:
Here is a great JavaScript roadmap that I could suggest checking out:
https://roadmap.sh/javascript
Best,
Bobby