Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 704 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 704 Bytes

chat-app

chat-app server implementation

Overview

This is a simple chat app application that allows users to join room and communicate over web socket connection.

Features

  • Ability of a user to join different rooms and chat
  • Message persistence in which a user can retrieve previous messages even after disconnection

Guidelines

If you wish to run the application on your local server, you could run

  • go build -o chat-app The you will be able to run the binary
  • ./chat-app

Contributing

  • If you are interested in improving the application or fixing a bug. Kindly open an issue and fork the repository to make neccessary fix and make a pull request which i will review and merge