{"id":22780068,"url":"https://github.com/sitegui/asyncprotocol","last_synced_at":"2025-03-30T14:15:50.324Z","repository":{"id":10100778,"uuid":"12163361","full_name":"sitegui/asyncProtocol","owner":"sitegui","description":"An async, call-return-throw oriented protocol that sits above TCP","archived":false,"fork":false,"pushed_at":"2014-03-09T21:46:27.000Z","size":380,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T20:34:52.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/sitegui.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}},"created_at":"2013-08-16T16:50:25.000Z","updated_at":"2014-03-09T21:46:28.000Z","dependencies_parsed_at":"2022-07-11T04:46:10.565Z","dependency_job_id":null,"html_url":"https://github.com/sitegui/asyncProtocol","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/sitegui%2FasyncProtocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitegui%2FasyncProtocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitegui%2FasyncProtocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitegui%2FasyncProtocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sitegui","download_url":"https://codeload.github.com/sitegui/asyncProtocol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246326783,"owners_count":20759439,"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":[],"created_at":"2024-12-11T20:12:10.781Z","updated_at":"2025-03-30T14:15:50.304Z","avatar_url":"https://github.com/sitegui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asyncProtocol\nAn async, call-return-throw oriented protocol that sits above TCP\n\n## For what?\nThis protocol is aimed for applications that need to transmit a lot of structured data (like large arrays) from a client to a server.\n\nThe client can \"call\" a function in the server and get the result (or an exception).\n\n## Details\nThis is a light-weight protocol that uses very little meta-data (when compared to JSON, for example). In order to do that, it requires that both endpoints (client and server) know the types of the arguments for each call/return/exception.\n\nIt's asynchronous protocol, so a client can send another call before all previous calls are answered. Also, the server doesn't need to answer the calls in order.\n\n## API\nInitially, the API will be implemented in JavaScript (for Node.js). Afterwards, the client-side will be ported to JavaScript for browsers (with a WebSocket gate).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitegui%2Fasyncprotocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsitegui%2Fasyncprotocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitegui%2Fasyncprotocol/lists"}