Skip to content

jwambugu/go-realtime-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Realtime Chat

Simple realtime chat server built using golang websockets.

Run Locally

Clone the project

  git clone https://github.com/jwambugu/go-realtime-chat.git

Go to the project directory

  cd my-project

Start the webserver

  go run cmd/web/*

Chat Application

To access the chat application, make sure you start the webserver then open http://localhot:8080

Chatroom

Enter the chatroom name then create the room then have fun chatting 🎉

Chat

Todo

  • Use the username in the chat messages.

  • Store the messages in the DB.

About

Simple realtime chat server built using golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published