{"id":15031148,"url":"https://github.com/riptidenetworking/riptide","last_synced_at":"2026-02-12T17:00:47.691Z","repository":{"id":39721959,"uuid":"327811316","full_name":"RiptideNetworking/Riptide","owner":"RiptideNetworking","description":"Lightweight C# networking solution for multiplayer games.","archived":false,"fork":false,"pushed_at":"2026-02-08T00:22:01.000Z","size":8349,"stargazers_count":1264,"open_issues_count":12,"forks_count":153,"subscribers_count":32,"default_branch":"main","last_synced_at":"2026-02-09T20:51:49.137Z","etag":null,"topics":["client","csharp","gamedev","games","multiplayer","multiplayer-games","networking","riptide","riptidenetworking","rudp","server","udp","unity","unity3d"],"latest_commit_sha":null,"homepage":"https://riptide.tomweiland.net","language":"C#","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/RiptideNetworking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"tom-weiland","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-01-08T05:51:59.000Z","updated_at":"2026-02-09T18:56:50.000Z","dependencies_parsed_at":"2023-11-26T00:19:56.047Z","dependency_job_id":"ce960f06-404c-4f8b-8f57-e73d6ae102fc","html_url":"https://github.com/RiptideNetworking/Riptide","commit_stats":{"total_commits":436,"total_committers":11,"mean_commits":39.63636363636363,"dds":0.06192660550458717,"last_synced_commit":"10f4db9b99ea2af1459cdb71d3073680d0a34ad2"},"previous_names":["tom-weiland/riptidenetworking"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/RiptideNetworking/Riptide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiptideNetworking%2FRiptide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiptideNetworking%2FRiptide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiptideNetworking%2FRiptide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiptideNetworking%2FRiptide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RiptideNetworking","download_url":"https://codeload.github.com/RiptideNetworking/Riptide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiptideNetworking%2FRiptide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29373837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["client","csharp","gamedev","games","multiplayer","multiplayer-games","networking","riptide","riptidenetworking","rudp","server","udp","unity","unity3d"],"created_at":"2024-09-24T20:14:59.802Z","updated_at":"2026-02-12T17:00:47.684Z","avatar_url":"https://github.com/RiptideNetworking.png","language":"C#","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/RiptideNetworking/Riptide\"\u003e\n    \u003cimg src=\"https://riptide.tomweiland.net/images/logo.png\" width=\"150px\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\u003ca href=\"https://riptide.tomweiland.net\"\u003eDocs\u003c/a\u003e\u0026emsp;\u003cb\u003e•\u003c/b\u003e\u0026emsp;\u003ca href=\"https://discord.gg/tomweiland\"\u003eDiscord\u003c/a\u003e\u0026emsp;\u003cb\u003e•\u003c/b\u003e\u0026emsp;\u003ca href=\"https://github.com/sponsors/tom-weiland\"\u003eDonate\u003c/a\u003e\u003c/div\u003e\n\u003ch1 align=\"center\"\u003eRiptide Networking\u003c/h1\u003e\n\nRiptide Networking is a lightweight C# networking library primarily designed for use in multiplayer games. It can be used in Unity as well as in other .NET environments such as console applications.\n\nIt provides functionality for establishing connections and sending data back and forth, leaving it up to you to decide what data you want to send and when. This is ideal if you like to be in control of your code and know what's going on under the hood.\n\n## Getting Started\n\nCheck out the documentation for [installation instructions](https://riptide.tomweiland.net/manual/overview/installation.html) and a [guide on setting up the basics](https://riptide.tomweiland.net/manual/overview/get-started.html).\n\nFor a video tutorial on how to set up Riptide (using v1.1.0) in your project, see [this video](https://youtu.be/6kWNZOFcFQw). You can use the [upgrade guides](https://riptide.tomweiland.net/manual/updates/guides/update-to-v2.html) to update your project to newer versions afterwards.\n\n## Low-Level Transports\n\n- [UDP Transport](RiptideNetworking/RiptideNetworking/Transports/Udp) (built-in)\n- [TCP Transport](RiptideNetworking/RiptideNetworking/Transports/Tcp) (built-in)\n- [Steam Transport](https://github.com/RiptideNetworking/SteamTransport)\n\n## Implementations in Other Languages\n\nThe following is a list of Riptide implementations in other programming languages. These ports are managed and maintained separately and independently by their respective owners, and are not affiliated with Riptide in any official capacity. As such, they may not function interchangeably with all versions of Riptide or with each other.\n\nHowever, if you need to use Riptide with/in a language other than C# on one end, these implementations may provide a starting point:\n\n- Python: [Pytide](https://github.com/ebosseck/PytideNetworking/tree/main)\n- Dart/Flutter: [Riptide Dart Port](https://github.com/JayKay135/Riptide-Dart-Port)\n- C# Godot Steam Transport: [GodotRiptideSteamTransport](https://github.com/bar-ji/GodotRiptideSteamTransport)\n\n## Contributions\n\nCommunity bug reports, feature requests, and pull requests are welcome and appreciated, but please read the [contribution guidelines](CONTRIBUTING.md) before submitting one 🙂\n\n## Donate\n\nRiptide is 100% free to use, but if you'd like to financially support Riptide's development you can do so through [GitHub Sponsors](https://github.com/sponsors/tom-weiland).\n\n## License\n\nDistributed under the MIT license. See [LICENSE.md](LICENSE.md) for more information.\n","funding_links":["https://github.com/sponsors/tom-weiland"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friptidenetworking%2Friptide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friptidenetworking%2Friptide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friptidenetworking%2Friptide/lists"}