Simple chat app with golang gorilla websocket as backend and vuejs as frontend
- implement websocket server with gorilla websocket and mux
- add contact to contact list
- improve ui/ux in frontend
- add button to remove contact from contact list
- save old messages in postgers and show in frontend
- add group or something like channel
- delete message from chat
- show status of users