Inspiration
This project was inspired by all sorts of anonymous online chat sites. The instantaneous chat feature allows for a much more intimate and personal dynamic compared to other chats, and it feels much more like talking to a real person.
What it does
Live-as-you-type simple messaging platform that shows chat history and messages of everyone in the chat at the same time, with nickname support and nickname mention notifications.
How we built it
The Node.JS server listens for typing and send notifications over WebRTC, then broadcasts them out to the other clients.
What we learned
We learned about using WebRTC and running a Node.JS server.
Log in or sign up for Devpost to join the conversation.