{"id":17861112,"url":"https://github.com/jonathanstowe/eventsource-client","last_synced_at":"2025-04-02T20:47:08.154Z","repository":{"id":54668309,"uuid":"115794815","full_name":"jonathanstowe/EventSource-Client","owner":"jonathanstowe","description":"A client for server sent events in Raku","archived":false,"fork":false,"pushed_at":"2022-08-08T16:36:18.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-30T20:11:36.943Z","etag":null,"topics":["async","client","eventsource","raku","server-sent-events"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanstowe.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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":"2017-12-30T12:16:12.000Z","updated_at":"2022-08-07T08:43:04.000Z","dependencies_parsed_at":"2022-08-13T23:20:35.816Z","dependency_job_id":null,"html_url":"https://github.com/jonathanstowe/EventSource-Client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FEventSource-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FEventSource-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FEventSource-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FEventSource-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanstowe","download_url":"https://codeload.github.com/jonathanstowe/EventSource-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246892796,"owners_count":20850846,"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":["async","client","eventsource","raku","server-sent-events"],"created_at":"2024-10-28T08:42:56.856Z","updated_at":"2025-04-02T20:47:07.992Z","avatar_url":"https://github.com/jonathanstowe.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EventSource::Client\n\nA Raku client for [Server-Sent Events](https://www.w3.org/TR/eventsource/)\n\n![Build Status](https://github.com/jonathanstowe/EventSource-Client/workflows/CI/badge.svg)\n\n## Synopsis\n\n```raku\nuse EventSource::Client;\n\nreact {\n    whenever EventSource::Client.new(source =\u003e \"http://127.0.0.1:7798/\") -\u003e $event {\n        say \"\u003e \" ~ $event.data;\n    }\n}\n```\n\n## Description\n\n[Server-Sent Events](https://www.w3.org/TR/eventsource/) provide a mechanism for\ntimely delivery of server to client events over HTTP and can in some use-cases\nbe more convenient than a similar pattern implemented using Web Sockets and is\neasier on the network than, for instance, HTTP polling by the client.\n\nThis library allows you to consume server sent events in a Raku program in\na reasonably idiomatic and reactive fashion.\n\n## Installation\n\nAssuming you have a working Rakudo installation then you should be able to\ninstall this with `zef` :\n\n    zef install EventSource::Client\n\n    # Or from a local clone\n\n    zef install .\n\n## Support\n\nPlease post any bugs, feature requests or patches at  [github](https://github.com/jonathanstowe/EventSource-Client/issues)\n\n## Copyright \u0026 Licence\n\nThis is free software, please see the [LICENCE](LICENCE) for details.\n\n© Jonathan Stowe 2020-2021\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Feventsource-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanstowe%2Feventsource-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Feventsource-client/lists"}