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
- Host: GitHub
- URL: https://github.com/dnbard/node-examples
- Owner: dnbard
- Created: 2015-09-22T07:29:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T08:22:24.000Z (almost 11 years ago)
- Last Synced: 2025-01-26T05:41:24.277Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```