{"id":44899115,"url":"https://github.com/bsreeram08/bun-webrtc-server","last_synced_at":"2026-02-17T21:05:40.045Z","repository":{"id":232056231,"uuid":"780290464","full_name":"bsreeram08/bun-webrtc-server","owner":"bsreeram08","description":"This is an open-source Bun Web-RTC server that anyone can integrate into their frontend to do video calling.","archived":false,"fork":false,"pushed_at":"2024-08-27T15:18:34.000Z","size":103,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-27T16:55:22.924Z","etag":null,"topics":["bun","server","webrtc"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsreeram08.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","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-04-01T06:39:30.000Z","updated_at":"2024-08-27T15:18:36.000Z","dependencies_parsed_at":"2024-04-07T18:26:19.979Z","dependency_job_id":"f200a544-4152-4eb3-9e2a-3ca8a7fbb21e","html_url":"https://github.com/bsreeram08/bun-webrtc-server","commit_stats":null,"previous_names":["bsreeram08/bun-webrtc-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsreeram08/bun-webrtc-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsreeram08%2Fbun-webrtc-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsreeram08%2Fbun-webrtc-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsreeram08%2Fbun-webrtc-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsreeram08%2Fbun-webrtc-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsreeram08","download_url":"https://codeload.github.com/bsreeram08/bun-webrtc-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsreeram08%2Fbun-webrtc-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bun","server","webrtc"],"created_at":"2026-02-17T21:05:39.561Z","updated_at":"2026-02-17T21:05:40.036Z","avatar_url":"https://github.com/bsreeram08.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webrtc-bun\n\nWebRTC-Bun is a WebRTC signaling server implementation using Bun runtime. It provides a simple and efficient way to establish WebRTC connections between clients.\n\n## Features\n\n-   WebSocket-based signaling server\n-   Support for WebRTC offer/answer exchange\n-   ICE candidate exchange\n-   Authentication using Auth0\n-   Redis integration for storing call and participant information\n\n## Prerequisites\n\n-   Bun runtime\n-   Redis server (running on localhost or accessible via network)\n-   Auth0 account for authentication\n\n## Installation\n\n```bash\nbun install\n```\n\n### Configuration\n\nBefore running the server, you need to create a .env file in the project root directory and provide the necessary configuration:\n\n```\nAUTH0_AUTH_DOMAIN=\"your-domain.auth0.com\"\nAUTH0_AUDIENCE=\"your-auth0-audience\"\nAUTH0_CERTIFICATE=\"your-auth0-certificate\"\n\n```\n\nReplace your-domain.auth0.com, your-auth0-audience, and your-auth0-certificate with your actual Auth0 configuration values.\n\n### Usage\n\nTo run:\n\n```bash\nbun serve\n```\n\nTo run in development:\n\n```bash\nbun watch\n```\n\n### Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsreeram08%2Fbun-webrtc-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsreeram08%2Fbun-webrtc-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsreeram08%2Fbun-webrtc-server/lists"}