Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Learn ExpressJS? [closed]

Is it possible to learn ExpressJS without much prior knowledge of Node.js?

Is this a good approach? If yes, what resources can you recommend that I use to learn Express?

like image 322
donald Avatar asked Apr 04 '11 10:04

donald


1 Answers

Yes of course, it's possible to learn expressJS without NodeJS. Even if it's always better to know both.

The best way to learn expressJS is the official guide :

http://expressjs.com

like image 136
Sandro Munda Avatar answered Oct 18 '22 05:10

Sandro Munda