Skip to content

GrafSoul/react-socket-io-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAY.OK | Simple Chat (ReactJS, Socket.io)

Example of building a simple chat using React.js and Socket.io.
You can use chat to chat with friends without saving the correspondence.

Demo

Heroku Hosting - SAY.OK

Clone, Install, Development & Start

Install NodeJS. I also recommend installing and using Yarn for developing applications.

Below is a list of commands to deploy the project locally

// Clone the repository.
git clone https://github.com/GrafSoul/react-socket-io-chat.git

// Go to the project folder.
cd react-socket-io-chat/server

// Installing npm modules.
npm install
// or
yarn install

// Starting local server for development.
npm start
// or
yarn start

// Go to the client folder.
cd react-socket-io-chat/client

// Installing npm modules.
npm install
// or
yarn install

// Starting local server for development.
npm start
// or
yarn start

License

© 2020 | SAY.OK | Simple Chat (ReactJS, Socket.io) | MIT licensed.

About

Example of building a Chat using React.js and Socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages