Smithereen VS trystero

Compare Smithereen vs trystero and see what are their differences.

Smithereen

Federated, ActivityPub-compatible social network server with friends, walls, and groups. (by grishka)

trystero

🤝 Build instant multiplayer webapps, no server required — Magic WebRTC matchmaking over BitTorrent, Nostr, MQTT, IPFS, and Firebase (by dmotz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Smithereen trystero
7 25
346 887
- -
9.5 9.2
3 days ago 25 days ago
Java JavaScript
The Unlicense 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.

Smithereen

Posts with mentions or reviews of Smithereen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-20.
  • Why is no one making a new version of old Facebook?
    4 projects | news.ycombinator.com | 20 Feb 2024
    They do, or rather not old Facebook, but old VK: https://github.com/grishka/Smithereen

    As a bonus it's an ActivityPub enabled application, so any specific instance of it requires less work to get the network effect going. :)

  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    https://github.com/grishka/Smithereen

    A Facebook-style ActivityPub server. Has wall posts, groups, and events.

    Not yet "ready" — 1.0 would need much better moderation tools, photo albums (with tagging), discussion boards (in groups), and a client API. Direct messages are a work in progress right now.

    I myself use it daily for my participation in the fediverse.

  • VSCode config to disable annoyances – telemetry, notifications, welcome pages
    7 projects | news.ycombinator.com | 14 May 2023
    Unfortunately I don't think it fits any of the projects I work on (and I don't use VSCode to begin with, never had it installed, bit I do see an IntelliJ plugin as well).

    I have one project that's a server application (https://github.com/grishka/Smithereen), but since it uses lots of custom stuff on top of the Spark micro-framework, your plugin would probably not work on it. I imagine it does expect projects to be structured idiomatically for the framework they use, at least to some degree. Spark also doesn't know anything about databases, so that is all custom as well. Oh and I also hacked it a bit with reflection to allow streaming responses.

  • Meta selling new “Meta Verified” blue badge for $12-15/month
    1 project | news.ycombinator.com | 19 Feb 2023
    I'm building a fediverse project that aims to fill this exact niche. It's basically a recreation of an early-ish version of VKontakte (Russian Facebook) but federated. It's not really ready yet, and there are lots of important features missing, but I do use it daily for my primary fediverse account.

    I, too, am sick of all the existing social media companies trying their damnest to cater to the entertainment use case no one ever asked for.

    https://github.com/grishka/Smithereen

  • Misskey: An Interplanetary Microblogging Platform
    2 projects | news.ycombinator.com | 15 Jan 2023
    I'm building an ActivityPub thing of my own: https://github.com/grishka/Smithereen

    It's not quite ready for mainstream use just yet, but I'm getting there. The next update will improve moderation tools by a lot. One after that will, at last, add private messages.

  • Limewire the golden age of the 90er
    2 projects | /r/Piracy | 7 Sep 2021
    Well, for one, fediverse is a thing, and I'm doing my part
  • Ask HN: Who is working on fully decentralized social networking?
    1 project | news.ycombinator.com | 11 Jan 2021
    I know of Smithereen[1] that is an attempt at a full fledged social network similar to VK on top of the ActivityPub vocabulary.

    [1] https://github.com/grishka/Smithereen

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

What are some alternatives?

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

GuideToMastodon - An increasingly less-brief guide to Mastodon

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

react-gamin - A rockin' React library for makin' games!

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

shellrunner - Write safe shell scripts in Python.

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

seleneCMSBundle - Add CMS functionality to your Symfony Apps

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

nature - 🍀 The Nature Programming Language, may you be able to experience the joy of programming.

webtorrent - ⚡️ Streaming torrent client for the web

knob - Knowledge graph builder

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