- Send and receive message 1 to 1
- Authentication
// client <- userId <- user is online // hub <- roomId[ []client ] <- join room
-
Rooms id --- name --- created_at --- updated_at
-
Users id --- name --- email --- password --- created_at --- updated_at
-
Subscriptions id --- roomId --- userId --- created_at --- updated_at
-
Messages id --- msg --- roomId --- userId --- created_at --- updated_at
- ci/cd
- pre commit hooks / pre push
- kubernetes