Skip to content

recraftrelic/recraft-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recraft Chat Server

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.

Documentation for installing dependencies and run app

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.

Packages & Libraries used

  • 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.

Contributors

Sponsors

Recraft Relic Private Limited

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published