{"id":13575520,"url":"https://github.com/betwixt-labs/bebop","last_synced_at":"2025-05-13T15:10:44.403Z","repository":{"id":42008712,"uuid":"274080289","full_name":"betwixt-labs/bebop","owner":"betwixt-labs","description":"🎷No ceremony, just code. Blazing fast, typesafe binary serialization.","archived":false,"fork":false,"pushed_at":"2025-03-05T01:50:07.000Z","size":105892,"stargazers_count":2002,"open_issues_count":28,"forks_count":42,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-23T18:58:57.624Z","etag":null,"topics":["c-sharp","compiler","cpp","dart","deserialization","javascript","json","marshalling","real-time","rpc","rust","serialization","typescript","zero-copy"],"latest_commit_sha":null,"homepage":"https://bebop.sh/","language":"C#","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/betwixt-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2020-06-22T08:20:40.000Z","updated_at":"2025-04-19T19:13:11.000Z","dependencies_parsed_at":"2024-01-14T06:28:08.510Z","dependency_job_id":"e3d24e7f-8c49-4caf-98a9-bdd17e0c1c8f","html_url":"https://github.com/betwixt-labs/bebop","commit_stats":{"total_commits":560,"total_committers":17,"mean_commits":32.94117647058823,"dds":0.4214285714285714,"last_synced_commit":"c5c2d00c33b5b548222c85b1ea3fb8f07a06a2f9"},"previous_names":["rainwayapp/bebop"],"tags_count":84,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betwixt-labs%2Fbebop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betwixt-labs%2Fbebop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betwixt-labs%2Fbebop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betwixt-labs%2Fbebop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betwixt-labs","download_url":"https://codeload.github.com/betwixt-labs/bebop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969248,"owners_count":21992263,"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":["c-sharp","compiler","cpp","dart","deserialization","javascript","json","marshalling","real-time","rpc","rust","serialization","typescript","zero-copy"],"created_at":"2024-08-01T15:01:01.759Z","updated_at":"2025-05-13T15:10:39.389Z","avatar_url":"https://github.com/betwixt-labs.png","language":"C#","funding_links":[],"categories":["C# #","C\\#"],"sub_categories":[],"readme":"\u003ca href=\"https://bebop.sh/\" target=\"_blank\" rel=\"noopener\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./assets/header.jpg\" /\u003e\n    \u003cimg alt=\"Bebop\" src=\"./assets/header.jpg\" /\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eBebop\u003c/h1\u003e\n  \u003ch3\u003eNo ceremony, just code.\u003cbr/\u003e Blazing fast, typesafe binary serialization.\u003c/h3\u003e\n\n  \u003ca href=\"https://github.com/betwixt-labs/bebop/blob/main/LICENSE.txt\"\u003e\n    \u003cimg alt=\"Apache License\" src=\"https://img.shields.io/github/license/betwixt-labs/bebop\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.gg/jVfz9sMPWv\"\u003e\n    \u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/1102669305537110036?color=7389D8\u0026label\u0026logo=discord\u0026logoColor=ffffff\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://twitter.com/andrewmd5\"\u003e\n    \u003cimg alt=\"Twitter\" src=\"https://img.shields.io/twitter/url.svg?label=%40andrewmd5\u0026style=social\u0026url=https%3A%2F%2Ftwitter.com%2Fandrewmd5\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n## Introduction\n\n\nBebop is a high-performance data interchange format designed for fast serialization and deserialization.\n\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cpre lang=\"c\"\u003e\n        \u003ccode\u003e\n// Example Bebop Schema\nstruct Person {\n  string name;\n  uint32 age;\n}\n        \u003c/code\u003e\n      \u003c/pre\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cpre lang=\"typescript\"\u003e\n        \u003ccode\u003e\n// Generated TypeScript Code\nnew Person({\n    name: \"Spike Spiegel\",\n    age: 27\n}).encode();\n        \u003c/code\u003e\n      \u003c/pre\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eWrite concise and expressive schemas with Bebop's intuitive syntax.\u003c/td\u003e\n    \u003ctd\u003eUsing a generated class to persist data.\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nIt combines the simplicity of JSON with the efficiency of binary formats, delivering exceptional performance. In benchmarks, Bebop outperforms Protocol Buffers by approximately 10 times in both C# and TypeScript. Compared to JSON, Bebop is roughly 10 times faster in C# and about 5 times faster in TypeScript.\n\n![Benchmark Graphs](https://user-images.githubusercontent.com/1297077/235745675-fc8a18e2-361f-4b7b-b9c9-47155e511b0a.png)\n\nBebop provides a modern, developer-friendly experience while ensuring top-notch performance. It is the ideal choice for any application that requires efficient data serialization, especially in performance-critical scenarios.\n\nTo explore the schema language and see examples of the generated code, check out the [playground](https://play.bebop.sh/).\n\n### Key Features\n\n- 🧙‍♂️\u0026nbsp; Supports [Typescript](https://docs.bebop.sh/guide/getting-started-typescript/), [C#](https://docs.bebop.sh/guide/getting-started-csharp/), [Rust](https://docs.bebop.sh/guide/getting-started-rust/), C++, and more.\n- 🐎\u0026nbsp; Snappy DX - integrate `bebopc` into your project with ease. Language support available in [VSCode](https://marketplace.visualstudio.com/items?itemName=betwixt.bebop-lang).\n- 🍃\u0026nbsp; Lightweight - Bebop has zero dependencies and a tiny runtime footprint. Generated code is tightly optimized.\n- 🌗\u0026nbsp; RPC - build efficient APIs with [Tempo](https://docs.bebop.sh/tempo/).\n- ☁️\u0026nbsp; Runs everywhere - browsers, serverless platforms, and on bare metal.\n- 📚\u0026nbsp; Extendable - write extensions for the compiler [in any language](https://docs.bebop.sh/chords/what-are-chords/).\n\n**👉 For more information, check out the [documentation](https://docs.bebop.sh). 👈**\n\n[_See You Space Cowboy_...](https://www.youtube.com/watch?v=u1UZHXB_r6g)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetwixt-labs%2Fbebop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetwixt-labs%2Fbebop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetwixt-labs%2Fbebop/lists"}