Chatto is now open source
hmans.dev
Chatto is now open source
1–10 of 319 posts
Re: Chatto is now open source
#2Re: Chatto is now open source
#3Looks really nice, thank you for open-sourcing. I keep a directory of opensource alternatives. Would you say this is a Discord or Slack alternative?
> Chatto is just like those.
from TFA. Seems yes.
Re: Chatto is now open source
#4Looks really nice, thank you for open-sourcing. I keep a directory of opensource alternatives. Would you say this is a Discord or Slack alternative?
Re: Chatto is now open source
#5Looks really nice, thank you for open-sourcing. I keep a directory of opensource alternatives. Would you say this is a Discord or Slack alternative?
I also maintain a Chatto bot framework and a Tauri client, need to update those now :)
Re: Chatto is now open source
#6Re: Chatto is now open source
#7Re: Chatto is now open source
#8Re: Chatto is now open source
#9Re: Chatto is now open source
#10Kudos for this. Per the docs: https://docs.chatto.run/,
> Chatto ships in a compact, self-contained binary
> it uses NATS, a compact message broker that also ships with a built-in stream persistence engine [...] NATS is just as easy to provision as Chatto, and most of our examples will show you how.
> you can also configure an external S3-compatible object storage for Chatto to store your files in, and we strongly recommend doing so...
> The actual calls are powered by LiveKit (Apache-2.0), which you need to deploy alongside Chatto. As with NATS, the deployment examples show the required wiring.
> ...
And kudos for backing it up with real guidance. Great project.