Skip to content

issadarkthing/gochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gochat

Simple websocket example using gorilla.

gochat

Build

To build, simply run

$ make

Usage

We need to start the server first in order for clients to connect.

$ ./bin/server

Let's fire up our chat app.

$ ./bin/gochat

TODO

  • add encryption
  • add documentations

Any pull requests to improve the repo are welcomed