{"id":18324029,"url":"https://github.com/dirk/proboscis","last_synced_at":"2026-02-05T06:31:50.985Z","repository":{"id":8284984,"uuid":"9822529","full_name":"dirk/proboscis","owner":"dirk","description":"Because RPC should be simple.","archived":false,"fork":false,"pushed_at":"2013-05-03T20:18:54.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T15:14:03.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"matt-42/silicon","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirk.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}},"created_at":"2013-05-02T20:58:28.000Z","updated_at":"2013-12-06T19:18:32.000Z","dependencies_parsed_at":"2022-07-30T23:07:59.065Z","dependency_job_id":null,"html_url":"https://github.com/dirk/proboscis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dirk/proboscis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fproboscis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fproboscis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fproboscis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fproboscis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirk","download_url":"https://codeload.github.com/dirk/proboscis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fproboscis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456245,"owners_count":23931383,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-05T18:31:12.410Z","updated_at":"2026-02-05T06:31:50.978Z","avatar_url":"https://github.com/dirk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proboscis 1.0-Alpha\n\n**A new meta-framework for RPC.**\n\n#### Nomenclature\n\n*well-defined* indicates that something is known to both server and client.\n\n## Transports\n\n### PoTCP\n\nThe Proboscis over TCP (PoTCP) transport is based off of the [Netstring][netstring]/[Bencode][bencode] formats.\n\n  [netstring]: http://en.wikipedia.org/wiki/Netstring\n  \n  [bencode]: http://en.wikipedia.org/wiki/Bencode\n\n#### Request\n\n    {method}.{format}:{length}:{data}\n\n*method* is at least 1 ASCII character in the range `[0-9A-Za-z:/\\-_]`. Any other characters are invalid.\n\n*format* is either one of the standard Proboscis formats or a well-defined custom format (MIME types are acceptable).\n\n*length* is a base-10 non-negative (zero allowed) integer indicating the number of bytes following the colon.\n\n*data* is a sequence of *length* bytes.\n\n#### Response\n\n    {status}:{format}:{length}:{data}\n\n*format* follows the same guidelines as a request *format*.\n\n*status* follows the [HTTP status code](http://en.wikipedia.org/wiki/List_of_HTTP_status_codes).\n\n*length* and *data* follow the same guidelines as in a request.\n\n## Formats\n\n`text` Plain text\n\n`json` JSON\n\n`proto` Google Protocol Buffer (message must be well-defined)\n\n`thrift` Apache Thrift (struct must be well-defined)\n\n## License\n\nThe specification of Proboscis (this document and all accompanying documents and code) is released into the public domain according to the [Creative Commons Zero 1.0](http://creativecommons.org/publicdomain/zero/1.0/) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirk%2Fproboscis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirk%2Fproboscis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirk%2Fproboscis/lists"}