Hi everyone! I made typr.club as an experiment to build some kind of 'augmented' chat room, where people could transmit their presence, emotions, reactions... by attaching a short video to their text messages.
It works with rooms, you can just create one by appending whatever to the URL. It has some other features like converting all your messages to GIFs (memes alert!!), integrating with Slack and it can send you web push notifications on activity, if you wish to Subscribe to a room. More info/code here: https://github.com/ruiramos/typr.club
Sure! :) The backend is basically just Redis and Amazon! (S3 for storing the files, a Lambda function to convert webm into mp4 and gif).
Client side, it's using WebSockets, RecordRTC for the video capture and Service Workers for the push notification bit.