charm icon indicating copy to clipboard operation
charm copied to clipboard

Charm embeddable chat

Open 3dgoose opened this issue 2 years ago • 1 comments

A platform that uses Charm Accounts to chat, written in bash, that we can embed in our Apps.

3dgoose avatar Apr 21 '24 16:04 3dgoose

personally, i would love this. i think the biggest issue is there is no (easy) way to transfer data between accounts. the way the encryption works makes this difficult. it might be better a bit more generalized as streaming capabilities and/or file sharing capabilities with a chat app that uses the stream capabilities. this might put a bit of load on the charm server without thinking through the right tech to handle the data. might need acl of some kind for fs or stream, something like public/unlisted/private and private is a list of public keys that can connect. the way the users work now there isn't much of an idea of groups, especially user created groups, so a list of public keys attached to a specific fs or stream would be closest you could get without implementing.. more.

dezren39 avatar Jun 09 '24 03:06 dezren39