speer VS StreamSaver.js

Compare speer vs StreamSaver.js and see what are their differences.

speer

Speer is a fast, privacy focused and open source communication app for various use cases (by horvbalint)

StreamSaver.js

StreamSaver writes stream to the filesystem directly asynchronous (by jimmywarting)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
speer StreamSaver.js
4 6
47 3,856
- -
4.1 4.7
3 months ago 5 months ago
Vue JavaScript
GNU General Public License v3.0 only 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.

speer

Posts with mentions or reviews of speer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-19.
  • help me with session based authentication in actix web please!!!
    3 projects | /r/rust | 19 Jun 2022
    So first I generate a token using the jsonwebtoken crate. This accepts a struct that is serde serializable and deserializeable. After that I construct the Cookie and send it as the response to the request for the '/login' route. You can see my struct here (I named it JWT, but that is not the best name ever, this is the data included in the JWT token): https://github.com/horvbalint/speer/blob/main/backend/src/jwt.rs And then the login route here (line 88): https://github.com/horvbalint/speer/blob/main/backend/src/routes.rs
  • Looking for reviewers (actix-web) - thank you!
    1 project | /r/rust | 20 Mar 2022
    I just finished rewriting the backend of my side project from Node.js to Rust (actix-web). This is my first 'big' Rust project and I am sure that there are errors/bad practices in my code, so I am looking for some more experienced Rust developers who can review my code and give me feedback. I marked some places in the code, where I am sure that the code can be improved a lot. Here is the repository https://github.com/horvbalint/speer/tree/WIP---backend-Rust-rewrite. The README contains (hopefully) every information needed to get started.
  • Any suggestions for an app to easily encrypt and send a photo or file on android and ios?
    1 project | /r/foss | 20 Sep 2021
  • Speer - a peer to peer communication app
    3 projects | /r/opensource | 8 Sep 2021
    You can try it out here and read more about it and check the repository out here

StreamSaver.js

Posts with mentions or reviews of StreamSaver.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-22.
  • It's never been a better time to switch to Firefox
    5 projects | news.ycombinator.com | 22 Nov 2023
    This! It is frustrating that web apps like draw.io can't save to file directly using Firefox. It gets old having to save a new file every time you make a change.

    Beyond that, the File System API would also allow for streamed downloads directly from the web-app. This would allow for web-apps to generate large download files without having to store a copy on a database (external server or IndexedDB), which is a privacy improvement. The only way to do this now is by using convoluted techniques to essentially do a MITM to a fake endpoint [1].

    [1] https://github.com/jimmywarting/StreamSaver.js

  • UnCloud project: WebRTC chat, file transfer, and remote observation
    2 projects | /r/WebRTC | 18 Dec 2022
    Yuck, that sounds annoying. I'm on Linux and generally use Firefox, so I haven't run into that yet. I'm using https://github.com/jimmywarting/StreamSaver.js for saving data to disk, and it seems that a similar issue may be present for that project as well.
  • How to dowload huge files
    2 projects | /r/reactjs | 30 Sep 2022
  • How can I create a dynamic file and then have user download it on a web app?
    3 projects | /r/reactjs | 11 Nov 2021
    If it's larger, it's complicated... https://github.com/jimmywarting/StreamSaver.js generally works, but is not 100% reliable. https://github.com/jimmywarting/native-file-system-adapter is supposed to be like a newer version of it, but I struggled to get it working. You can also use https://web.dev/file-system-access/ but it's only supported in Chrome.
  • Help beta test a new feature - import/export leagues with no size limit
    1 project | /r/BasketballGM | 24 Oct 2021
    The hacky new way. There is a library which lets other browsers stream data to a file. Problem is, it's a bit unreliable. In my testing, I found it sometimes doesn't work in Firefox (reload usually fixes it) and it didn't work at all in mobile Chrome (not sure why yet).
  • Speer - a peer to peer communication app
    3 projects | /r/opensource | 8 Sep 2021
    Thank you for the kind words! Firefox is not fully supported, because of two things: - no support for WritableStream (used for downloading the files). Read more here - not supporting system audio capture at all Non of this is breaking though, and file downloading still works, but it might be a little slower.

What are some alternatives?

When comparing speer and StreamSaver.js you can also consider the following projects:

berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network

native-file-system-adapter - File system, based on the spec reference implementation

dev_api

Surfable-app - Install any website as an app for instant access 🖥️

FileSaver.js - An HTML5 saveAs() FileSaver implementation

trystero - 🤝 Build instant multiplayer webapps, no server required — Magic WebRTC matchmaking over BitTorrent, Nostr, MQTT, IPFS, and Firebase

unit-test-service-worker - Writing unit tests for service workers made easy.