Built with Node, Express, Socket.io & Vue. Front-end hosted on Vercel and API hosted on Heroku*.
(* since Vercel does not currently support WebSocket connections through their Serverless Functions)
- Real-time messaging
- Completely anonymous
- Attach and download files
- Video & audio embedding
- Image embedding
- Send invitation to current room
# Install dependencies
$ npm install
# Compiles and hot-reloads for development
$ npm run serve
# Compiles and minifies for production
$ npm run build
Code released under the MIT License.