{"id":32174140,"url":"https://github.com/cwc/eventsource_ex","last_synced_at":"2026-02-21T03:31:26.248Z","repository":{"id":17243517,"uuid":"62403441","full_name":"cwc/eventsource_ex","owner":"cwc","description":"Elixir EventSource (Server-Sent Events) client","archived":false,"fork":false,"pushed_at":"2024-02-07T14:25:57.000Z","size":41,"stargazers_count":21,"open_issues_count":3,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-21T19:02:52.669Z","etag":null,"topics":["eventsource","server-sent-events"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/cwc.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}},"created_at":"2016-07-01T15:46:15.000Z","updated_at":"2025-02-28T14:42:24.000Z","dependencies_parsed_at":"2022-09-18T11:20:29.574Z","dependency_job_id":null,"html_url":"https://github.com/cwc/eventsource_ex","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cwc/eventsource_ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwc%2Feventsource_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwc%2Feventsource_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwc%2Feventsource_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwc%2Feventsource_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwc","download_url":"https://codeload.github.com/cwc/eventsource_ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwc%2Feventsource_ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["eventsource","server-sent-events"],"created_at":"2025-10-21T19:01:08.784Z","updated_at":"2026-02-21T03:31:26.240Z","avatar_url":"https://github.com/cwc.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EventsourceEx\n\nAn Elixir EventSource (Server-Sent Events) client\n\n[![EventsourceEx on Hex](https://img.shields.io/hexpm/v/eventsource_ex?style=flat-square)](https://hex.pm/packages/eventsource_ex)\n\n## Installation\n\n  Add eventsource_ex to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:eventsource_ex, \"~\u003e x.x.x\"}]\n        end\n\n## Usage\n\n    iex(1)\u003e {:ok, pid} = EventsourceEx.new(\"https://url.com/stream\", stream_to: self)\n    {:ok, #PID\u003c0.150.0\u003e}\n    iex(2)\u003e flush\n    %EventsourceEx.Message{data: \"1\", event: \"message\", id: nil}\n    %EventsourceEx.Message{data: \"2\", event: \"message\", id: nil}\n    %EventsourceEx.Message{data: \"3\", event: \"message\", id: nil}\n    :ok\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwc%2Feventsource_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwc%2Feventsource_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwc%2Feventsource_ex/lists"}