Skip to content

tomycastelli/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

Chat application written in Go.

Using gorilla/websocket for broadcasting messages to connected users. Incomming messages are handled by an API Endpoint, as well as deleting them. The messages during a session are stored in a Redis sorted list and when all users disconnect and thus the session ends, the messages are offloaded to a PostgreSQL database for long-term storage.

About

Basic chat application written in Go, using Websockets and some HTTP API endpoints for receiving messages.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors