Skip to content

anilasimbilen/react-socketio-chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-socketio-chatapp

Chat App build with React, Express and Socket.io

Installation

Install the dependencies and devDependencies and start the application. Server listens PORT 5000 and client runs on PORT 3000

$ git clone https://github.com/anilasimbilen/react-socketio-chatapp.git
$ cd react-socketio-chatapp
$ npm install -d
$ npm install --prefix client
$ npm install --prefix server
$ npm start

Configuration

Configure the server address on client/constants/config.js

export const SERVER_ADDRESS = "<SERVER_ADDRESS_HERE>"; // e.g. http://localhost:5000

Example

About

Chat App build with React, Express and Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published