Skip to content

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

Notifications You must be signed in to change notification settings

martishin/react-golang-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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