martishin / react-golang-chat

Real-time chat application with user authentication, built using React.js, Go and WebSocket protocol.

Home Page:https://chat.martishin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Go Chat

Real-time chat application with user authentication, built using React.js, Go and WebSocket protocol. You can check the live version here!

Running Locally

Server

  • Navigate to the backend folder
  • Install dependencies: go mod download
  • Start the server: go run main.go

Client

  • Navigate to the frontend folder
  • Install dependencies npm install
  • Start the server: npm run dev

Features

  • User registration
  • Real-time messaging between users
  • Messages include autor username

Technologies Used

About

Real-time chat application with user authentication, built using React.js, Go and WebSocket protocol.

https://chat.martishin.com/


Languages

Language:TypeScript 56.4%Language:Go 35.5%Language:JavaScript 3.9%Language:HTML 1.8%Language:Dockerfile 1.4%Language:CSS 0.5%Language:Makefile 0.5%