https://github.com/betterstack-community/node-streams-demo
https://github.com/betterstack-community/node-streams-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/node-streams-demo
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-07-24T14:35:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T10:06:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T21:44:39.811Z (over 1 year ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js vs Web Streams Project Code
A demo application, which contains code using Node.js streams and web streams.
**Tutorial**: [Link to corresponding BetterStack tutorial]()
## 🟢 Prerequisites
Make sure you have a recent version of Node.js and NPM installed on your machine.
## 📦 Getting Started
- Clone this repository to your machine:
```bash
git clone https://github.com/betterstack-community/node-streams-demo
```
- `cd` into the project directory.
## âš– License
The code used in this project and in the linked tutorial is licensed under the
[Apache License, Version 2.0](LICENSE).