{"id":25275898,"url":"https://github.com/davphla/rpc-ocaml","last_synced_at":"2025-04-06T10:18:27.719Z","repository":{"id":249192694,"uuid":"665916084","full_name":"Davphla/RPC-Ocaml","owner":"Davphla","description":"Attempted implementation of a RPC Module for OCaml","archived":false,"fork":false,"pushed_at":"2024-07-18T20:38:49.000Z","size":1772,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T15:48:26.486Z","etag":null,"topics":["ocaml","ocaml-library","parallel-computing","rpc"],"latest_commit_sha":null,"homepage":"","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Davphla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-13T09:32:26.000Z","updated_at":"2024-07-18T20:39:09.000Z","dependencies_parsed_at":"2024-07-19T06:08:52.340Z","dependency_job_id":"19f99349-65b4-4893-b54a-7b5a2ac82aea","html_url":"https://github.com/Davphla/RPC-Ocaml","commit_stats":null,"previous_names":["davphla/rpc-ocaml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davphla%2FRPC-Ocaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davphla%2FRPC-Ocaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davphla%2FRPC-Ocaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davphla%2FRPC-Ocaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Davphla","download_url":"https://codeload.github.com/Davphla/RPC-Ocaml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464219,"owners_count":20942970,"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":["ocaml","ocaml-library","parallel-computing","rpc"],"created_at":"2025-02-12T15:36:45.006Z","updated_at":"2025-04-06T10:18:27.688Z","avatar_url":"https://github.com/Davphla.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPC-Ocaml\n\nThis is an attempt for a contribution to the Ocaml library [Actors](https://github.com/Marsupilami1/actors-ocaml) by making a RPC module.\nThe goal was to create distributed actors that can communicate with each other using a remote procedure call (RPC) mechanism.\n\nThis was my first time working with Ocaml (Which was not easy task) in the goal for a contribution.\nIt was made during the context of my internship in the Laboratory of Informatics and Parallelism.\n\nIt is not complete, but still interesting to share as it is.\n\n# Terminology\n\n    Dispatcher: All messages go through the dispatcher. Dispatcher receives requests from Executors, chooses a Worker and sends the request to the worker, receives the answer from the worker and replies back to the Executor.\n\n    Transport: Transports are a collection of Clients and Servers who make it possible for Workers and Executors to communicate with a Dispatcher using a specific protocol.\n\n    Worker: Workers are in charge of processing the requests, calling functions and returning the results to the dispatcher.\n\n    Executor: Executors are in charge of sending requests from user to the dispatcher and returning the results to the user.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavphla%2Frpc-ocaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavphla%2Frpc-ocaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavphla%2Frpc-ocaml/lists"}