{"id":18784449,"url":"https://github.com/marc136/elm-conf","last_synced_at":"2026-04-18T07:33:02.204Z","repository":{"id":66263201,"uuid":"267408313","full_name":"marc136/elm-conf","owner":"marc136","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-08T19:07:57.000Z","size":716,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-21T09:10:03.012Z","etag":null,"topics":["custom-elements","elm","webrtc"],"latest_commit_sha":null,"homepage":"https://marc-walter.info/posts/2020-06-30_elm-conf/","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/marc136.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":"2020-05-27T19:28:21.000Z","updated_at":"2023-09-16T17:21:24.000Z","dependencies_parsed_at":"2024-03-09T02:01:24.083Z","dependency_job_id":null,"html_url":"https://github.com/marc136/elm-conf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/marc136/elm-conf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc136%2Felm-conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc136%2Felm-conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc136%2Felm-conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc136%2Felm-conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marc136","download_url":"https://codeload.github.com/marc136/elm-conf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc136%2Felm-conf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272988767,"owners_count":25026959,"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-31T02:00:09.071Z","response_time":79,"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":["custom-elements","elm","webrtc"],"created_at":"2024-11-07T20:43:03.979Z","updated_at":"2026-04-18T07:32:57.181Z","avatar_url":"https://github.com/marc136.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ELM-CONF\n\nThis is a simple WebRTC conferencing example that uses custom elements (aka \"webcomponents\") to render the media streams received from other peers.\n\n![preview](./elm-conf-example.jpg)\n\nI also wrote [a post with more information and a detailed explanation](https://marc-walter.info/posts/2020-06-30_elm-conf/) of key concepts.\n\n\n## Installation\nInstall [node.js](https://nodejs.org) and then the local dependencies, e.g. via `npm install`.\n\n\n## Usage\nFor local development:\nI use [caddy](https://caddyserver.com) as proxy, but it works just as well when starting the [elm-app dev server](https://github.com/halfzebra/create-elm-app#quickstart) and the backend server directly.\n\n**INFO:** You can enable or disable the elm debugger in the `.env` file.\n\n\n### Directly\nStart the server\n```sh\nnpm start\n# or\nnode server.js\n```\n\nThen configure the backend server address in `.env`, e.g.:\n```\nELM_APP_WS_SERVER=http://localhost:8443\n```\n\nAnd then start the live-reload elm-app dev server\n```sh\nnpx elm-app start\n```\n\n### With caddy\n```sh\n# Start the backend server\nnode server.js\n\n# Compile the app\nnpx elm-app build\n\n# Start caddy\ncaddy start --config Caddyfile\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc136%2Felm-conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarc136%2Felm-conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc136%2Felm-conf/lists"}