{"id":32148814,"url":"https://github.com/banjun/reactivesse","last_synced_at":"2026-02-21T03:02:27.925Z","repository":{"id":26915240,"uuid":"111913562","full_name":"banjun/ReactiveSSE","owner":"banjun","description":"Server Sent Events (SSE) parser operators for ReactiveSwift","archived":false,"fork":false,"pushed_at":"2023-03-17T06:09:07.000Z","size":68,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T15:11:03.370Z","etag":null,"topics":["reactiveswift","server-sent-events"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/banjun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-24T11:59:54.000Z","updated_at":"2023-12-03T14:08:57.000Z","dependencies_parsed_at":"2023-02-12T16:31:55.090Z","dependency_job_id":null,"html_url":"https://github.com/banjun/ReactiveSSE","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/banjun/ReactiveSSE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjun%2FReactiveSSE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjun%2FReactiveSSE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjun%2FReactiveSSE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjun%2FReactiveSSE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/banjun","download_url":"https://codeload.github.com/banjun/ReactiveSSE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banjun%2FReactiveSSE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":["reactiveswift","server-sent-events"],"created_at":"2025-10-21T09:13:56.038Z","updated_at":"2026-02-21T03:02:27.919Z","avatar_url":"https://github.com/banjun.png","language":"Swift","readme":"# ReactiveSSE\n\n![CI](https://github.com/banjun/ReactiveSSE/workflows/CI/badge.svg)\n[![Version](https://img.shields.io/cocoapods/v/ReactiveSSE.svg?style=flat)](http://cocoapods.org/pods/ReactiveSSE)\n[![License](https://img.shields.io/cocoapods/l/ReactiveSSE.svg?style=flat)](http://cocoapods.org/pods/ReactiveSSE)\n[![Platform](https://img.shields.io/cocoapods/p/ReactiveSSE.svg?style=flat)](http://cocoapods.org/pods/ReactiveSSE)\n\nReactiveSSE is a `ReactiveSwift.SignalProducer` acting as Server-Sent Events (SSE) parser.\n\u003chttps://www.w3.org/TR/eventsource/\u003e\n\nSSE stream is buffered and parsed in a background queue and can be observed via  its signal.\n\n## Usage\n\n```swift\nlet sse = ReactiveSSE(urlRequest: URLRequest(url: URL(string: endpoint)!))\nsse.producer.observe(on: QueueScheduler.main).startWithValues { (v: SSEvent) in\n    v.type // String: \"message\", \"update\", or whatever\n    v.data // String: json payload string, any value string, or whatever\n}\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nReactiveSSE is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'ReactiveSSE'\n```\n\n## Author\n\n@banjun\n\n## License\n\nReactiveSSE is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanjun%2Freactivesse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanjun%2Freactivesse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanjun%2Freactivesse/lists"}