trystero VS Pion WebRTC

Compare trystero vs Pion WebRTC and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
trystero Pion WebRTC
25 85
874 12,664
- 1.9%
9.3 8.9
16 days ago 3 days ago
JavaScript Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

trystero

Posts with mentions or reviews of trystero. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.
  • Trystero – Build instant multiplayer webapps, no server required
    1 project | news.ycombinator.com | 29 Mar 2024
  • Holepunch Unveils P2P Platform "Pear Runtime"
    3 projects | news.ycombinator.com | 14 Feb 2024
    This looks exciting and I'm pleased to see more and more frictionless ways of making p2p apps. I've been building a somewhat similar hobby project [1] that aims to connect peers in the browser by piggybacking on open protocols out on the net (BitTorrent, MQTT, Nostr, IPFS, etc).

    This project seems to be using Hyperswarm which I've looked at for use as a peering medium but it seems like it's not supported in the browser. I'd love to implement it if that story changes since it's so easy to distribute apps on the web.

    [1] https://github.com/dmotz/trystero/

  • Is offline-first not enough? Do we need "serverfree"?
    6 projects | news.ycombinator.com | 23 Jan 2024
    I was going to mention WebRTC! It seems designed for video calling, but there are lots of cool use cases - I recently ran across https://github.com/dmotz/trystero , a dead simple WebRTC library for peer-to-peer multiplayer browser games.
  • Trystero: Serverless WebRTC matchmaking for painless P2P
    1 project | news.ycombinator.com | 5 Jan 2024
  • Ready Player Two – What the Multiplayer Web Can Learn from Video Games
    2 projects | news.ycombinator.com | 18 Oct 2023
    I strongly endorse Trystero (https://github.com/dmotz/trystero) for enabling P2P communication in web apps. It’s open source and leverages public infrastructure for matchmaking.
  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    My attempt to get more out of all my ebook highlights using on-device AI. Click the demo button to try it.

    https://github.com/dmotz/trystero

  • Artico: WebRTC made simple
    2 projects | /r/WebRTC | 5 Jul 2023
    Nice work! Any reason one might use this over https://github.com/dmotz/trystero, you think?
  • UnCloud project: WebRTC chat, file transfer, and remote observation
    2 projects | /r/WebRTC | 18 Dec 2022
    Yes, this is a major issue that I haven't found a real solution for. There seems to be a mixture of iOS Safari bugs and intentional design limitations at play, and I don't know if a fully P2P web app like Chitchatter is practical on that platform. There's an open issue to improve this in Trystero (the networking library that Chitchatter uses), but there may be a limit to how stable iOS will be with WebRTC apps. 😕
  • WebRTC for p2p voice calling app?
    2 projects | /r/WebRTC | 30 Nov 2022
    You can use Trystero (https://github.com/dmotz/trystero) to cut server costs to zero. That’s what I used to build https://chitchatter.im/, which supports P2P audio and video calls.
  • WebTorrent
    14 projects | news.ycombinator.com | 29 Nov 2022
    WebTorrent is obviously well suited for p2p file distribution, but using a minimal subset of the protocol also provides a nice hack for easily bootstrapping peer connections between web app users. Piggybacking on public mediums already designed to do peer exchange can let you rapidly prototype a WebRTC project without the hassle of running your own server anywhere.

    I built a library that explores this idea: https://github.com/dmotz/trystero

Pion WebRTC

Posts with mentions or reviews of Pion WebRTC. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • VoRS: Vo(IP) Simple Alternative to Mumble
    15 projects | news.ycombinator.com | 19 Apr 2024
  • Golang WebRTC. How to use Pion 🌐Remote Controller
    4 projects | dev.to | 16 Feb 2024
  • Pure Go Implementation of the WebRTC API
    1 project | news.ycombinator.com | 7 Jan 2024
  • Pure C WebRTC
    12 projects | news.ycombinator.com | 7 Jan 2024
    I am really excited about https://github.com/sepfy/libpeer. It has examples ready for ESP32 etc....

    When working on KVS I wasn't familiar with the embedded space at all. I saw 'heavyweight' embedded where you were running on Linux. Then you had RTOS/No OS at all. I wasn't prepared for these devices at all. If we can make WebRTC work in the embedded space I think it will really accelerate what developers are able to build!

    Remotely driven cars, security cameras, robots in hospitals that bring iPads to infectious patients etc... Creative people are building amazing things. The WebRTC/video space needs to work harder and support them :)

    -----

    I love how diverse the WebRTC space is now. Outside of this implementation you have plenty of other options!

    * https://github.com/shinyoshiaki/werift-webrtc (Typescript)

    * https://github.com/pion/webrtc (Golang)

    * https://github.com/webrtc-rs/webrtc (Rust)

    * https://github.com/algesten/str0m (Rust)

    * hhttps://github.com/sepfy/libpeer (C/Embedded)

    * https://webrtc.googlesource.com/src/ (C++)

    * https://github.com/sipsorcery-org/sipsorcery (C#)

    * https://github.com/paullouisageneau/libdatachannel (C++)

    * https://github.com/elixir-webrtc (Elixir)

    * https://github.com/aiortc/aiortc (Python)

    * GStreamer’s webrtcbin (C)

    See https://github.com/sipsorcery/webrtc-echoes for examples of some running against each other.

  • WebRTC for the Curious
    18 projects | news.ycombinator.com | 4 Jan 2024
  • Ask HN: What side projects landed you a job?
    62 projects | news.ycombinator.com | 3 Dec 2023
    I have worked four jobs related to https://github.com/pion/webrtc and one for https://webrtcforthecurious.com

    Two companies used Pion. The other two were just using the protocol (WebRTC)

  • Need help with audio calls for rooms with about 10 people in each.
    2 projects | /r/WebRTC | 5 Jun 2023
  • Possible frameworks/languages for a web/mobile application
    2 projects | /r/webdev | 29 May 2023
    In my experience Go has been relatively approachable for people that are good at PHP. It has a great standard library and a pretty solid ecosystem, though frameworks aren’t as popular in Go. There are some well regarded libraries for things like WebRTC via https://github.com/pion/webrtc WebSicket via https://github.com/nhooyr/websocket
  • Video streaming in golang
    5 projects | /r/golang | 3 May 2023
    Don't try to make RTC yourself, it looks easy, but in fact, it's a really hard problem to solve. Use https://pion.ly/ it's a pretty solid package they also have a discord/slack channel with a lot of helpful people there.
  • Datachannel video streaming?
    2 projects | /r/WebRTC | 2 May 2023
    Maybe you can reuse some of this code: https://github.com/pion/webrtc/blob/master/examples/data-channels/main.go

What are some alternatives?

When comparing trystero and Pion WebRTC you can also consider the following projects:

ipfs-webui - A frontend for an IPFS Kubo node.

mediasoup - Cutting Edge WebRTC Video Conferencing

videosdk-rtc-react-sdk-example - WebRTC based video conferencing SDK for React JS

livekit-server - Scalable, high-performance WebRTC SFU. SDKs in JavaScript, React, React Native, Flutter, Swift, Kotlin, Unity/C#, Go, Ruby and Node. [Moved to: https://github.com/livekit/livekit]

foxql - WebRTC based, simple proof-of-work p2p ecosystem

janus-gateway - Janus WebRTC Server

chitchatter - Secure peer-to-peer chat that is serverless, decentralized, and ephemeral

aiortc - WebRTC and ORTC implementation for Python using asyncio

webtorrent - ⚡️ Streaming torrent client for the web

libdatachannel - C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets

FileNation - The simplest way to send your files around the world using IPFS. ✏️ 🗃

SIPSorcery - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.