{"id":15692726,"url":"https://github.com/ulises-jeremias/rxv","last_synced_at":"2026-01-08T13:09:47.459Z","repository":{"id":43215180,"uuid":"349640385","full_name":"ulises-jeremias/rxv","owner":"ulises-jeremias","description":"Reactive Extensions for the V language.","archived":false,"fork":false,"pushed_at":"2023-07-02T04:21:23.000Z","size":336,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T14:31:29.779Z","etag":null,"topics":["async","asynchronous","concurrency","hacktoberfest","observable","reactivex","streaming","vlang","vlang-module"],"latest_commit_sha":null,"homepage":"https://ulises-jeremias.github.io/rxv/","language":"V","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/ulises-jeremias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"ulises-jeremias","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-03-20T05:53:09.000Z","updated_at":"2023-11-30T18:23:34.000Z","dependencies_parsed_at":"2024-12-04T19:31:01.383Z","dependency_job_id":"1e77a448-3cc3-495a-b0a5-98251b97cad8","html_url":"https://github.com/ulises-jeremias/rxv","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/ulises-jeremias%2Frxv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulises-jeremias%2Frxv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulises-jeremias%2Frxv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulises-jeremias%2Frxv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulises-jeremias","download_url":"https://codeload.github.com/ulises-jeremias/rxv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320138,"owners_count":20758407,"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","asynchronous","concurrency","hacktoberfest","observable","reactivex","streaming","vlang","vlang-module"],"created_at":"2024-10-03T18:39:23.322Z","updated_at":"2026-01-08T13:09:47.425Z","avatar_url":"https://github.com/ulises-jeremias.png","language":"V","funding_links":["https://github.com/sponsors/ulises-jeremias"],"categories":["Libraries"],"sub_categories":["Eventing"],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eReactive V\u003c/h1\u003e\n\n[vlang.io](https://vlang.io) |\n[Docs](https://ulises-jeremias.github.io/rxv) |\n[Contributing](https://github.com/ulises-jeremias/rxv/blob/main/CONTRIBUTING.md)\n\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![Continuous Integration][workflowbadge]][workflowurl]\n[![Deploy Documentation][deploydocsbadge]][deploydocsurl]\n[![License: MIT][licensebadge]][licenseurl]\n\n\u003c/div\u003e\n\nReactive Extensions for the V language\n\n## ReactiveX\n\n[ReactiveX](http://reactivex.io/), or Rx for short, is an API for programming with Observable streams. This is the official ReactiveX API for [the V Programming language](https://vlang.io/).\n\nReactiveX is a new, alternative way of asynchronous programming to callbacks, promises,\nand deferred. It is about processing streams of events or items, with events being\nany occurrences or changes within the system. A stream of events is called\nan [Observable](http://reactivex.io/documentation/contract.html).\n\nAn operator is a function that defines an Observable, how and when it should emit data.\nThe list of operators covered is available [here](README.md#supported-operators-in-rxv).\n\n## RxV\n\nThe RxV implementation is based on the concept of pipelines. A pipeline is a\nseries of stages connected by channels, where each stage is a group of routines\nrunning the same function.\n\n### Install rxv\n\n```sh\nv install rxv\n```\n\nDone. Installation completed.\n\n## Testing\n\nTo test the module, just type the following command:\n\n```sh\n./bin/test # execute `./bin/test -h` to know more about the test command\n```\n\n[workflowbadge]: https://github.com/ulises-jeremias/rxv/actions/workflows/ci.yml/badge.svg\n[deploydocsbadge]: https://github.com/ulises-jeremias/rxv/actions/workflows/deploy-docs.yml/badge.svg\n[licensebadge]: https://img.shields.io/badge/License-MIT-blue.svg\n[workflowurl]: https://github.com/ulises-jeremias/rxv/actions/workflows/ci.yml\n[deploydocsurl]: https://github.com/ulises-jeremias/rxv/actions/workflows/deploy-docs.yml\n[licenseurl]: https://github.com/ulises-jeremias/rxv/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulises-jeremias%2Frxv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulises-jeremias%2Frxv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulises-jeremias%2Frxv/lists"}