{"id":18812927,"url":"https://github.com/roshankc00/chatter-app-backend","last_synced_at":"2026-05-07T04:32:48.755Z","repository":{"id":241367478,"uuid":"806604020","full_name":"roshankc00/Chatter-app-backend","owner":"roshankc00","description":"Scaling the websocket server","archived":false,"fork":false,"pushed_at":"2024-05-29T17:12:23.000Z","size":7956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T04:11:36.376Z","etag":null,"topics":["bullmq","nestjs","socket-io","typeorm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/roshankc00.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}},"created_at":"2024-05-27T14:12:03.000Z","updated_at":"2024-06-23T10:44:14.000Z","dependencies_parsed_at":"2024-05-29T11:32:12.446Z","dependency_job_id":"b97b561d-3c60-4775-955e-7ee818ec889f","html_url":"https://github.com/roshankc00/Chatter-app-backend","commit_stats":null,"previous_names":["roshankc00/scalable_chatter-backend","roshankc00/chatter-app-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roshankc00/Chatter-app-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshankc00%2FChatter-app-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshankc00%2FChatter-app-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshankc00%2FChatter-app-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshankc00%2FChatter-app-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roshankc00","download_url":"https://codeload.github.com/roshankc00/Chatter-app-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roshankc00%2FChatter-app-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270940718,"owners_count":24671687,"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-18T02:00:08.743Z","response_time":89,"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":["bullmq","nestjs","socket-io","typeorm"],"created_at":"2024-11-07T23:35:36.488Z","updated_at":"2025-10-20T09:44:19.461Z","avatar_url":"https://github.com/roshankc00.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tech stack\n\n- Nestjs(Nodejs framework for building server-side applications)\n\n- Postgres-\u003etypeorm\n\n- Socket.io\n\n- Redis(pubsub)\n\n- Queue\n\n- typescript\n\n- React(Just to fell the backend with no intension of making ui attractive)\n\n### Users Feature\n\n- Authentication\n- Google Authentication\n- Chat each other\n- LogIn Logout manage profiles\n- Real time Chat\n- Real time Vdo call (UDP)\n\n# Chat Architecture(medium link)\n\n```bash\nhttps://medium.com/@rohitkc8848/how-i-scaled-web-socket-server-fa8faa8f89ad\n```\n\n# Chat demo View Demo\n\n```bash\nhttps://res.cloudinary.com/dijim5bls/video/upload/v1716909576/WhatsApp_Video_2024-05-28_at_20.51.24_dc4fd6e2_gk9gka.mp4\n```\n\n# stream demo\n\n### the goal was to connnect the remoteStream and my stream\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./Screenshot 2024-05-28 214124.png\" width=\"400\" alt=\"accessibility text\"\u003e\n\u003c/p\u003e\n\n#Core Features:\n\n1. REST API for User Management\n\n- Create a RESTful API that allows users to register, login, logout, and manage their profiles.\n- Use Node.js variables effectively to handle data processing and response generation.\n\n2. Real-Time Chat Application\n\n- Implement a chat feature using WebSockets that allows authenticated users to communicate in real-time.\n- Ensure the chat is persistent, meaning messages are saved and can be retrieved later.\n\n#Optional Feature: 3. Video Streaming Capability\n\n- If possible, add a feature that allows one-to-one video calling.\n- You may use any reliable Node.js library or package that supports video streaming.\n\n#Project Requirements:\n\n- Your code should follow MVC architecture and best practices for node development.\n- The application must be secure, with proper authentication and authorization checks for the API and chat features.\n- Provide clear documentation on how to set up and run your project, including any environment setup and external dependencies.\n\n## Installation\n\n```bash\n$ set up all the env env temp is available in .env.example\n```\n\n```bash\n$ npm install\n```\n\n## Running the app\n\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n\n## Test\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\n## Support\n\nNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).\n\n## Stay in touch\n\n- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)\n- Website - [https://nestjs.com](https://nestjs.com/)\n- Twitter - [@nestframework](https://twitter.com/nestframework)\n\n## License\n\nNest is [MIT licensed](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froshankc00%2Fchatter-app-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froshankc00%2Fchatter-app-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froshankc00%2Fchatter-app-backend/lists"}