Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoChat

Chat Platform in Go

This code was adapted from chatper 2 Go Programming Blueprints Book by Mat Ryer. The code allows you to type in the base URL (which right now is on localhost:8080') + /chat/ + any string and it will open a new chat room for that topic if one doesn't already exist'

Go Programming Blueprints

Go Blueprints by Mat Ryer book cover

Chapter 2

Notes:

  • Page 53: w.Header.Set should be w.Header().Set since Header is a function on http.ResponseWriter.

About

Chat Platform in Go

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages