A curated list of mini projects made with core
Built-in
Node.js modules.
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.
- npm
- Git
- Node.js
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
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!
This project is licensed under the MIT License - see the LICENSE file for details