8000 GitHub - owais1412/go-chat-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

owais1412/go-chat-app

 
 

Repository files navigation

Functionalities

  • Send and receive message 1 to 1
  • Authentication

Flow Diagram

flow

// client <- userId <- user is online // hub <- roomId[ []client ] <- join room

Table schema

  1. Rooms id --- name --- created_at --- updated_at

  2. Users id --- name --- email --- password --- created_at --- updated_at

  3. Subscriptions id --- roomId --- userId --- created_at --- updated_at

  4. Messages id --- msg --- roomId --- userId --- created_at --- updated_at

TODO

  • ci/cd
  • pre commit hooks / pre push
  • kubernetes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.9%
  • Dockerfile 4.6%
  • Makefile 0.5%
0