rndy28 / chatr

Implementation of realtime chat with socket.io

Home Page:https://chatr-bay.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat web app implementation built with:

  • fastify as server
  • mongodb as database
  • caddy for load balancer and reverse proxy
  • upstash redis for communicating across multiple server instance
  • socket.io for realtime communication
  • docker & docker-compose for containerize the application
  • react for client interface
  • styled-component for styling
  • framer-motion for animation

License

MIT License.

About

Implementation of realtime chat with socket.io

https://chatr-bay.vercel.app/

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 1.6%Language:HTML 0.5%Language:Dockerfile 0.3%