Beginning work on a small chat app: safe://chat.wom5/
Like with the previous chat apps (shoutout to @riddim 's CrappyChat!!), all speakers in each conversation must be logged into the same account to see the conversation, (TEST 11 by the way)
so I made a public account and started a convo:
Launcher Secret: secretchat1
Launcher Password: secretchatwithme
Login to SAFE with the above info^^^, and go to safe://chat.wom5 to see the secret message I left you all!!
Currently allows for encrypted messaging with no history or logs kept of anything Every message is automatically & permanently deleted when a new message is entered. Quite useful!
Looking to add features, like a chat history scrollbox but am a bit confused about how to go about this. Perhaps make it create a new file for each message, and do recursive GET requests on all possible files in order? IDK
Would be easy in pure JS with arrays etc but a bit harder with SAFE as it is now, where you need to do specific GET requests for each entry. Thoughts?
Have fun playing with it! To “SecretChat” with someone, make a SAFE account and share the login info.
Can chat in pretty much real-time with this
#Almost forgot: GITHUB LINK