/react-golang-chat

Real-time chat application with user authentication. Built using React.js, Go and WebSockets

Primary LanguageTypeScript

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