Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 583 Bytes

Simple chat app built with Golang, React and Websockets

Features

  • Connection / disconnection of dead clients
  • Creation of own public channels
  • Direct messages
  • Indication of new messages
  • Multiple connections of one user
  • Online and offline status of users
  • Predefined list of public channels for all users
  • Public and private channels
  • Private storage (Save your messages)

Installation

Web

Install node moduels via npm i. Start a development server npm start

Backend

Install Go >= 1.12. Build binary via go build in go-chat-server folder