{"id":24316084,"url":"https://github.com/hastebrot/2017-protokola","last_synced_at":"2026-05-25T03:36:10.762Z","repository":{"id":142766699,"uuid":"102037975","full_name":"hastebrot/2017-protokola","owner":"hastebrot","description":"Message Infrastructure.","archived":false,"fork":false,"pushed_at":"2018-07-15T22:02:07.000Z","size":199,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-22T14:29:11.705Z","etag":null,"topics":["dolphin-platform","kotlin","message-driven"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hastebrot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-08-31T19:37:27.000Z","updated_at":"2025-01-04T08:32:48.000Z","dependencies_parsed_at":"2026-01-20T03:19:24.219Z","dependency_job_id":null,"html_url":"https://github.com/hastebrot/2017-protokola","commit_stats":null,"previous_names":["hastebrot/2017-protokola"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hastebrot/2017-protokola","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hastebrot%2F2017-protokola","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hastebrot%2F2017-protokola/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hastebrot%2F2017-protokola/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hastebrot%2F2017-protokola/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hastebrot","download_url":"https://codeload.github.com/hastebrot/2017-protokola/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hastebrot%2F2017-protokola/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33459701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T02:24:28.008Z","status":"ssl_error","status_checked_at":"2026-05-25T02:23:23.339Z","response_time":57,"last_error":"SSL_read: 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":["dolphin-platform","kotlin","message-driven"],"created_at":"2025-01-17T12:18:04.182Z","updated_at":"2026-05-25T03:36:10.734Z","avatar_url":"https://github.com/hastebrot.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg width=\"250\" src=\"https://rawgit.com/hastebrot/protokola/master/doc/protologo.png\" alt=\"Protokola\"\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eMessage Infrastructure\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/hastebrot/protokola\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/travis/hastebrot/protokola/master.svg\"\n      alt=\"Travis Build\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/canoo\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/badge/canoo-incubator-yellow.svg?style=flat\"\n      alt=\"Canoo Incubator\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"http://www.apache.org/licenses/LICENSE-2.0\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat\"\n      alt=\"Apache License 2.0\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- TOC depthFrom:2 depthTo:2 --\u003e\n\n- [What is Protokola?](#what-is-protokola)\n- [Roadmap](#roadmap)\n- [Implementation Status](#implementation-status)\n- [About this Repository](#about-this-repository)\n\n\u003c!-- /TOC --\u003e\n\n## What is Protokola?\n\nProtokola is an experimental message infrastructure.\n\n## Roadmap\n\n**Proof of concept (November 2017 \u0026ndash; February 2018):**\n\n- [x] Implement a store that contains messages.\n- [x] Implement a channel that fills the store.\n- [x] Implement a codec that reads and writes messages.\n- [x] Implement a observable that gets and sets values.\n- [ ] Implement a registry that manages observables and property paths.\n\n## Implementation Status\n\nComponents for a \"Dolphin Platform 1.x\"-compatible server and client.\n\nComponent | Features\n----------|----------\nChannel | :sunny: ClientRequest, :sunny: ServerResponse, :sunny: DolphinClientId, :sunny: SessionCookie.\nCodec | :sunny: CreatePresentationalModel, :umbrella: CreateContext, :umbrella: DestroyContext, :umbrella: CreateController, :umbrella: DestroyController, :sunny: DestroyPresentationalModelCommand, :umbrella: ValueChanged, :umbrella: CallAction, :umbrella: StartLongPoll, :umbrella: InterruptLongPoll.\nObservable | :sunny: get(value), :sunny: set(value), :sunny: push(array), :sunny: pop(array), :sunny: splice(array).\nRegistry | :umbrella: Observable Property Registry, :umbrella: Property Path Registry.\n\n## About this Repository\n\nProtokola currently exists as a mono-repository.\n\n- `protokola.message`\n- `protokola.observable`\n- `protokola.property`\n- `protokola.registry`\n- `protokola.transport`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhastebrot%2F2017-protokola","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhastebrot%2F2017-protokola","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhastebrot%2F2017-protokola/lists"}