{"id":23909762,"url":"https://github.com/erlangsters/worker","last_synced_at":"2026-04-19T05:34:57.126Z","repository":{"id":268453830,"uuid":"904348655","full_name":"erlangsters/worker","owner":"erlangsters","description":"The re-implemented 'gen_server' behavior for modern distribution of Erlang without the OTP framework. ","archived":false,"fork":false,"pushed_at":"2025-06-27T11:21:15.000Z","size":856,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T21:37:24.649Z","etag":null,"topics":["beam","elixir","erlang","erlang-otp","gen-server","otp-framework"],"latest_commit_sha":null,"homepage":"https://about.erlangsters.org","language":"Erlang","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/erlangsters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-16T18:02:53.000Z","updated_at":"2025-06-27T11:21:19.000Z","dependencies_parsed_at":"2025-02-23T16:41:31.315Z","dependency_job_id":"53aab89c-a772-4cf1-a16e-e2f29b5c8776","html_url":"https://github.com/erlangsters/worker","commit_stats":null,"previous_names":["erlangsters/otpless-worker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/erlangsters/worker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangsters%2Fworker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangsters%2Fworker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangsters%2Fworker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangsters%2Fworker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erlangsters","download_url":"https://codeload.github.com/erlangsters/worker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangsters%2Fworker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["beam","elixir","erlang","erlang-otp","gen-server","otp-framework"],"created_at":"2025-01-05T06:32:11.062Z","updated_at":"2026-04-19T05:34:57.104Z","avatar_url":"https://github.com/erlangsters.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Worker Behavior (aka 'gen_server')\n\n[![Erlangsters Repository](https://img.shields.io/badge/erlangsters-worker-%23a90432)](https://github.com/erlangsters/worker)\n![Supported Erlang/OTP Versions](https://img.shields.io/badge/erlang%2Fotp-27%7C28-%23a90432)\n![Current Version](https://img.shields.io/badge/version-0.0.1-%23354052)\n![License](https://img.shields.io/github/license/erlangsters/worker)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/erlangsters/worker/workflow.yml)](https://github.com/erlangsters/worker/actions/workflows/workflow.yml)\n[![Documentation Link](https://img.shields.io/badge/documentation-available-yellow)](http://erlangsters.github.io/worker/)\n\nA re-implementation of the `gen_server` behavior (from the OTP framework) for\nthe OTPless distribution of Erlang, named `worker`.\n\n:construction: It's a work-in-progress, use at your own risk.\n\nWritten by the Erlangsters [community](https://www.erlangsters.org/) and\nreleased under the MIT [license](https://opensource.org/license/mit).\n\n## Getting started\n\nXXX: To be written.\n\n## Using it in your project\n\nWith the **Rebar3** build system, add the following to the `rebar.config` file\nof your project.\n\n```\n{deps, [\n  {worker, {git, \"https://github.com/erlangsters/worker.git\", {tag, \"master\"}}}\n]}.\n```\n\nIf you happen to use the **Erlang.mk** build system, then add the following to\nyour Makefile.\n\n```\nBUILD_DEPS = worker\ndep_worker = git https://github.com/erlangsters/worker master\n```\n\nIn practice, you want to replace the branch \"master\" with a specific \"tag\" to\navoid breaking your project if incompatible changes are made.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangsters%2Fworker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferlangsters%2Fworker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangsters%2Fworker/lists"}