williamfhe / go-angular-chat-client

The client from the go-angular websocket chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoNgChat

The client from the go-angular websocket chat.

The server 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

Clone this repository

git clone https://github.com/williamfhe/go-angular-chat-client.git
cd go-angular-chat-client

Install angular/cli

npm install -g @angular/cli

Install dependencies

npm install

Run local server

ng serve --open

Build

ng build --prod

Copy the dist repository and paste it on the server

About

The client from the go-angular websocket chat


Languages

Language:TypeScript 71.0%Language:HTML 17.6%Language:JavaScript 6.4%Language:CSS 5.0%