{"id":29965006,"url":"https://github.com/exortek/nodejs-streams-examples","last_synced_at":"2025-08-04T01:43:06.534Z","repository":{"id":305286045,"uuid":"1010572559","full_name":"ExorTek/nodejs-streams-examples","owner":"ExorTek","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-18T00:57:53.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-30T23:23:54.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://medium.memet.dev/node-js-streams-veri-ak%C4%B1%C5%9F%C4%B1nda-uzmanla%C5%9F%C4%B1n-37f26cd574c3","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExorTek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-29T11:11:03.000Z","updated_at":"2025-07-30T14:22:51.000Z","dependencies_parsed_at":"2025-07-19T11:42:04.236Z","dependency_job_id":"c1a88a51-92f1-4912-8766-c968273a03de","html_url":"https://github.com/ExorTek/nodejs-streams-examples","commit_stats":null,"previous_names":["exortek/nodejs-streams-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ExorTek/nodejs-streams-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fnodejs-streams-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fnodejs-streams-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fnodejs-streams-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fnodejs-streams-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExorTek","download_url":"https://codeload.github.com/ExorTek/nodejs-streams-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fnodejs-streams-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268638822,"owners_count":24282640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-04T01:43:04.635Z","updated_at":"2025-08-04T01:43:06.474Z","avatar_url":"https://github.com/ExorTek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Stream Examples\n\nThis project uses Yarn Workspaces to manage a monorepo containing both frontend and backend applications.\n\n## Project Structure\n\n```\nnodejs-streams-examples/\n├── backend/         # Backend workspace\n├── frontend/        # Frontend workspace\n└── package.json     # Root package.json\n```\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) (recommended latest LTS version)\n- [Yarn](https://yarnpkg.com/)\n\n## Getting Started\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/ExorTek/nodejs-streams-examples.git\ncd nodejs-streams-examples\n```\n\n### 2. Install dependencies\n\nFrom the root directory, run:\n\n```bash\nyarn\n# or\nyarn install\n```\n\nThis command will install all dependencies for the root project and all workspaces (backend and frontend).\n\n### 3. Development\n\nTo start both backend and frontend development servers simultaneously:\n\n```bash\nyarn dev\n```\n\n## Workspace Commands\n\n### Root Workspace\n\n| Command       | Description                                         |\n|---------------|-----------------------------------------------------|\n| `yarn dev`    | Start both backend and frontend in development mode |\n| `yarn format` | Format code using Prettier                          |\n\n### Backend Workspace\n\nFrom the root directory:\n\n```bash\nyarn workspace backend [command]\n```\n\nReplace `[command]` with any script defined in the backend's package.json.\n\n### Frontend Workspace\n\nFrom the root directory:\n\n```bash\nyarn workspace frontend [command]\n```\n\nReplace `[command]` with any script defined in the frontend's package.json.\n\n## Adding Dependencies\n\n### Adding a dependency to a specific workspace\n\n```bash\n# Add a dependency to the backend\nyarn workspace backend add [package-name]\n\n# Add a development dependency to the backend\nyarn workspace backend add [package-name] --dev\n\n# Add a dependency to the frontend\nyarn workspace frontend add [package-name]\n```\n\n### Adding a dependency to the root project\n\n```bash\nyarn add [package-name]\n```\n\n## Upgrading Dependencies\n\nTo upgrade a dependency in a specific workspace:\n\n```bash\nyarn workspace [workspace-name] up [package-name]\n```\n\nTo upgrade all dependencies:\n\n```bash\nyarn up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexortek%2Fnodejs-streams-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexortek%2Fnodejs-streams-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexortek%2Fnodejs-streams-examples/lists"}