Skip to content

Chatroom Application built using React, Node & Socket.io

Notifications You must be signed in to change notification settings

wisuja/react-node-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom Application with React & Node

This project utilizes Socket.io framework for realtime chatting application. It was built using React (client) and Node (server).

Steps to run this application

  1. Click on <> Code button
  2. Copy the HTTPS/SSH repository link
  3. Run git clone command on your terminal.
  4. Run npm install command inside client and server folder.
  5. In the client folder, Create .env file by copying .env.example file. Don't forget to fill in necessary values.
  6. Run both client and server application.
  • Client: npm start
  • Server: npm run dev
  1. Chatting application should be accessible on your browser.

Screenshots

Chatting Screen

About

Chatroom Application built using React, Node & Socket.io

Topics

Resources

Stars

Watchers

Forks