This chat server app is a boilerplate for any react developer who wants to build a chat app. The goal of this boilerplate is to provide a fully functional chat app which can be reused with very little to no modification.
Use the Below Commands to Clone the project and enter inside the Directory After that Install the Dependencies.
git clone https://github.com/recraftrelic/recraft-chat-server.git
cd recraft-chat-server
you have to run this in two terminals.
then run `cd client` and run `yarn install`
For platform run `cd server` and run `yarn install`
For running the code we may have to run `yarn start` for the user interface and `node app.js` for platform.
- React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- Socket.io - Socket.IO enables real-time, bidirectional and event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed.
- Express - Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
- Node - As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications.
- manojsinghnegiwd - Manoj Singh Negi
- MamtaAditiS - Mamta Singla