Skip to content

williamfhe/go-angular-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoNg Chat

The server from the go-angular websocket chat.

The client can be found here.

Functionalities

  • Choose a Username
  • Join a Channel
  • Talk with other users
  • Leave the channel
  • Get notifications when people join or leave the channel

Installation

You are gonna need Go to launch the server, if it isn't already installed click here.

Clone this repository

go get github.com/williamfhe/go-angular-chat-server
cd $GOPATH/src/github.com/williamfhe/go-angular-chat-server

Build the server and launch it

go build .
./go-angular-chat-server

Docker

docker build -t gong-server .
docker run -p 8080:8080 gong-server

Usage

Open your navigator and go to http://localhost:8080/ or click here.

About

The server from the go-angular websocket chat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages