A chat client and server that can handle millions of clients at once with the ability to choose different chat lobbies to connect to
Backend
- Elixir
- Cowboy (for websockets)
- Jason (for parsing JSON)
Frontend
- React (Vite)
- TailwindCSS
Build and run the Dockerfile, or run mix run --no-halt
to start the backend.
Run npm run build
to get index.html.