An open API service indexing awesome lists of open source software.

https://github.com/luctst/nodejs-lab

Some tests with NodeJs 🔬 🔬
https://github.com/luctst/nodejs-lab

node-js nodejs nodejs-lab nodejs-test

Last synced: 10 months ago
JSON representation

Some tests with NodeJs 🔬 🔬

Awesome Lists containing this project

README

          

# node-test
*Be better with nodeJs runtime environment by practicing.*

## How it works ?
There is two parts in this project:
* Learning by theory - In a firt time we will learn the core concepts of NodeJs.

## Projects:
By default all projects are in the `packages/` folder.

* **Notes** - App running in CLI who allow you to add, remove, update a task list.
* **Simple-app** - A little app who create a web-server and show a list of products fetch in a `.json` file.
* **Weather-app** - An app who send the weather.
* **Web-server-express** - A web-server created by `Express.js` framework, good to be better with this package.