NullSquad / peer-2-pong

1 stars 0 forks source link

NodeJs #15

Closed eralonso closed 3 days ago

eralonso commented 1 week ago

As a junior backend developer, I want to learn Node.js so that I can contribute to our server-side JavaScript projects and build efficient, scalable web applications.

Acceptance Criteria

  1. Understand the basics of Node.js and its event-driven, non-blocking I/O model.
  2. Set up a local Node.js development environment.
  3. Learn to use npm (Node Package Manager) for managing dependencies.
  4. Create a simple HTTP server using Node.js core modules.
  5. Understand and implement asynchronous programming concepts in Node.js.
  6. Learn to work with the file system using Node.js.
  7. Practice creating RESTful APIs using Node.js.
  8. Understand how to connect Node.js applications to databases (e.g., MongoDB).