GithubHelp home page GithubHelp logo

Documentation about popspace HOT 1 OPEN

lepiko avatar lepiko commented on June 23, 2024
Documentation

from popspace.

Comments (1)

a-type avatar a-type commented on June 23, 2024

Yeah since this isn't actually public source yet, a lot of the docs are very casual 😄

But I can start answering some questions -

  • Twilio: could absolutely be replaced by a different WebRTC provider! For groups of 4 or more, it's best to use a service provider which has SFU media servers like Twilio, 100ms, Agora, or self-hosted LiveKit. For small groups you might get by with peer-to-peer WebRTC. I'm actually working on some tech which can help make the media service provider more flexible, but it's not ready for public open-source quite yet (just started this week). Once it's mature enough I hope it can be ported to Tilde.
  • For message protocol, due to the move-fast way we developed the app, there are quite a large number of messages for different events. Documenting them will take some time but I hope I can carve that out before we go public with the source or shortly after.
  • We use Prisma as our database layer, but we utilize some Postgres-specific features in limited ways. Things like Json column types, views, sub-schemas, triggers, and functions would need to be ported correctly, and these are not managed by Prisma's migration system.
  • S3 could maybe be eliminated, but the benefits are pretty important in terms of how the app can scale. With local files you'll run out of disk space unexpectedly unless your hosting infrastructure can scale your mounted volumes up for you. But it could be done.

from popspace.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.