# resources

These resources are helpful extra reading that may clarify or enhance concepts you're learning in the main curriculum.

* #### [Learn nodejs.dev](https://nodejs.dev/en/learn/)

  Official counterpart to the Node docs. Useful for getting realistic examples of features when the docs are overwhelming and confusing.
* #### [Art of Node](https://github.com/maxogden/art-of-node)

  Popular (if slightly outdated) overview of what Node is and how it works.
* #### [What is a web server?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_web_server)

  General background info on how servers work
