{"id":17827014,"url":"https://github.com/whaaaley/sse-push-notification-experiment","last_synced_at":"2025-04-02T12:16:17.417Z","repository":{"id":91624468,"uuid":"338085958","full_name":"whaaaley/sse-push-notification-experiment","owner":"whaaaley","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-11T16:34:46.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T03:16:06.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/whaaaley.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":"2021-02-11T16:34:42.000Z","updated_at":"2021-02-11T16:34:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"8162f7e8-ca66-4e08-8d63-16d86c5bbaad","html_url":"https://github.com/whaaaley/sse-push-notification-experiment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whaaaley%2Fsse-push-notification-experiment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whaaaley%2Fsse-push-notification-experiment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whaaaley%2Fsse-push-notification-experiment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whaaaley%2Fsse-push-notification-experiment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whaaaley","download_url":"https://codeload.github.com/whaaaley/sse-push-notification-experiment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811310,"owners_count":20837752,"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","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":"2024-10-27T18:57:30.010Z","updated_at":"2025-04-02T12:16:17.389Z","avatar_url":"https://github.com/whaaaley.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# push-notificaton-demo\n\n## Generate Certificates\n\nFrom node.js documentation\nhttps://nodejs.org/api/http2.html#http2_server_side_example\n\n```sh\nopenssl req -nodes -sha256 -x509 \\\n  -newkey rsa:2048 \\\n  -subj '/CN=localhost' \\\n  -keyout localhost-key.pem \\\n  -out localhost-cert.pem\n```\n\nFrom Let's Encrypt\nhttps://letsencrypt.org/docs/certificates-for-localhost/\n\n```sh\nopenssl req -nodes -sha256 -x509 \\\n  -newkey rsa:2048 \\\n  -subj '/CN=localhost' \\\n  -keyout localhost.key \\\n  -out localhost.crt \\\n  -extensions EXT -config \u003c( \\\n    printf \"[dn]\\nCN=localhost\\n[req]\\ndistinguished_name = dn\\n[EXT]\\nsubjectAltName=DNS:localhost\\nkeyUsage=digitalSignature\\nextendedKeyUsage=serverAuth\")\n```\n\nHuman readable version of the extensions config:\n\n```sh\n[dn]\nCN=localhost\n\n[req]\ndistinguished_name = dn\n\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhaaaley%2Fsse-push-notification-experiment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhaaaley%2Fsse-push-notification-experiment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhaaaley%2Fsse-push-notification-experiment/lists"}