expressjs.com icon indicating copy to clipboard operation
expressjs.com copied to clipboard

Write an intro to Express for Node newbies

Open crandmck opened this issue 8 years ago • 4 comments

Many people come to Express with little or no Node experience. We need an intro that includes explanation of basic stuff, e.g. asynch programming, callbacks, etc. At the same time, we need to acknowledge that we can't provide a comprehensive introduction, since that would require basically a whole book of content. So we need to identify the key topics and Node concepts that people need to understand in order to start learning and using Express.

crandmck avatar Oct 16 '15 23:10 crandmck

http://nodeschool.io

lprimeroo avatar Nov 15 '15 15:11 lprimeroo

@crandmck I would love to help with this....

Here are the topics I think would be necessary:

  • Passing Functions as Args
  • Callbacks
  • Async programming
  • Routing
  • Modules

Let me know any thoughts and how I can help!

kickinbahk avatar Apr 13 '16 22:04 kickinbahk

Hi @kickinbahk Thanks for the offer!

Your suggestions sound fine, though if "routing" means REST routing, that's specific to Express and already covered here. But I think the other topics you suggest would be an excellent start.

Also, as suggested previously, we could take a look at http://nodeschool.io and specifically what's covered in https://github.com/workshopper/learnyounode. Take a look there for inspiration if you want more topics.

crandmck avatar Apr 13 '16 23:04 crandmck

Hey @crandmck, If it's unassigned then I would love to contribute. Can you please assign it to me? Thanks

Ayushi15-Vamne avatar May 23 '22 05:05 Ayushi15-Vamne

Unfortunately, at this point, I think this is outside the scope of the Express documentation. We need to focus on having accurate docs for v 4 & 5, and related issues.

crandmck avatar Apr 03 '24 03:04 crandmck