Skip to content

chat-application-socket-io with react,express and node.

Notifications You must be signed in to change notification settings

itsankitjha/chat-app-socketio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Chat-App

Chat-App using React, Nodejs and Expressjs

realtime chat application using socket-io

clone or download

$ git clone https://github.com/mdNzaman/chat-app-socketio
$ yarn # or npm i

project structure

  client/
  server/

Usage (run chat app on your machine)

Prerequisites

  Node^17.0.0
  npm

Note: you need client and server runs concurrently in different tab, in order to make them talk to each other

Client-side usage(PORT: 3000)

Created using React js.

$ cd client          // go to client folder
$ yarn # or npm i    // npm install packages
$ npm start        // run it locally 

// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
$ npm start // this will run the files in docs

Server-side usage(PORT: 3001)

Created using Nodejs.

start

$ cd server   // go to server folder
$ npm i       // npm install packages
$ npm start // run it locally and start the server

BUGs or comments

Email Me: nooruzzaman18@gmail.com (welcome, say hi)

Author

feel free to reach out and see what we can grow together:

About

chat-application-socket-io with react,express and node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • CSS 22.1%
  • HTML 10.0%