Skip to content

BoyuLin0906/SimpleChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleChatRoom

Setup

  • Golang :
    • Purpose : Build a simple server using the GIN framework and Gorilla websocket
    • Environment : Window 10 Professional
    • install from VSCode (go 1.17)

Usage

  1. Run the server under the root project path (Window)

    go run .\main.go
    
  2. Open the website http://127.0.0.1:8080/

    • input the username
    • input the chat message

Todo

  1. Optimize client mechanism
  2. More fool-proof mechanism
  3. Hub and different chat room
  4. User service (DB + API)
  5. Chat room history
  6. Use message queue to send message

Ref

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published