Skip to content

linux019/go-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chat app on Golang and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published