Browser-based chat client for the Chatli messaging backend. Built with Angular 20 and Ionic 8.
npm install
npm startVisit http://localhost:4200
docker build -t fra/chatapp .
docker run -ti --rm -p 80:80 fra/chatappVisit http://localhost
- REST API: http://localhost:8090/v1 (public), http://localhost:8090/client (auth required)
- WebSocket: ws://localhost:8090/client/device/:deviceid/user/:userid/ws