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

https://github.com/dnbard/node-examples

NodeJS Examples for Back-end training
https://github.com/dnbard/node-examples

Last synced: 6 months ago
JSON representation

NodeJS Examples for Back-end training

Awesome Lists containing this project

README

          

# NodeJS Examples
NodeJS Examples for Back-end training at GlobalLogic

Make sure that NodeJS are installed at your environment.

Install dependencies:
```
npm install
```

Start NodeJS server with one of source files:
```
node basic
```