/sanichat-tester

Trying out the firebase queue

Primary LanguageHTMLMIT LicenseMIT

Sanichat

Overview

Sanichat is a realtime chat system powered by Firebase that allows users to sign in via Twitter and message other users appropriate content in realtime. It uses a queue and simple content filter running on a node server to securely handle inappropriate content and display sanitized content for end users.

Frontend Deployment

Sanichat

cd frontend
vi firebase.json    #change "firebase": "<your-firebase>" 
firebase deploy
firebase open

Backend Deployment