Skip to content
/ go-chat Public

Chat-room made with Go on the backend, use of WebSockets, Gorilla/mux, Gorilla/sessions and PostgreSQL.

Notifications You must be signed in to change notification settings

ggcr/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Chat App

Chat-room implemented with Go on the backend, use of WebSockets, Gorilla/mux, Gorilla/sessions and PostgreSQL.

Add Functionality Gif

Motivation

This whole project was made to demonstrate my backend skills by implementing my own server logic without the use of libraries nor frameworks. Even though this approach makes things more difficult, it helps myself on learning new things and a new language. By building small prototypes of applications like so, we can explore the limits of the project and decide to continue it or not.

Packages Used

  • net/http
  • html/template
  • gorilla/mux
  • gorilla/session
  • gorilla/websockets

About

Chat-room made with Go on the backend, use of WebSockets, Gorilla/mux, Gorilla/sessions and PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published