Skip to content

Files

Latest commit

7570caf · Oct 1, 2020

History

History
41 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.25 KB

core-nodejs-projects

GitHub license PRs Welcome Awesome

A curated list of mini projects made with core Built-in Node.js modules.

Overview

This repository focuses on small projects developed using the core built-in Node.js modules. Node.js has many buiit-in modules that can be used without any further installation.

Requirements

  • npm
  • Git
  • Node.js

Getting Started

Clone the repo.

git clone https://github.com/alanmatw/core-nodejs-projects.git
cd core-nodejs-projects

cd to a mini project and run the server.

cd http server
node index.js

Contributing

All are welcomed to contribute to this repo by creating new mini projects or making corrections to existing etc. Just fork the repo, add relevant changes and open a pull request!

License

This project is licensed under the MIT License - see the LICENSE file for details