https://github.com/remrkabledev/promises_nodejs
A short introduction to using promises module for nodejs apps.
https://github.com/remrkabledev/promises_nodejs
Last synced: about 1 month ago
JSON representation
A short introduction to using promises module for nodejs apps.
- Host: GitHub
- URL: https://github.com/remrkabledev/promises_nodejs
- Owner: reMRKableDev
- Created: 2019-01-14T11:17:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T17:16:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T20:37:29.728Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# promises_nodejs
A short introduction to using promises module for nodejs apps.
## Getting Started
Covering the basic concepts of promises with nodejs. Utilizing the promises module to achieve proper Promise functionality.
```
promises Documentation:
https://www.promisejs.org/
```
### Prerequisites
What things you need to install the software and how to install them
```
node
promise
pg module
```
### How To:
To use the examples provided:
```
1. Clone repo.
2. Choose desired folder.
3. Run 'npm install' so as to get the required dependencies.
4. Run node apps.
```
Have fun :)