Skip to content

nikbarseghyan/Realtime-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chat Application

Node React Yarn Netlify Status Heroku App Status


.
│   .gitignore                          # Git ignore file.
│   README.md                           # Text file.
│
├─── client                            # Front-End.
│
├─── server                            # Back-End.
│
└─── uWebSockets                       # Back-End(uWebSockets.js)  PRIVATE.

Scripts

Use the package manager yarn

server

> npm run start 

client

> yarn run start
> yarn run build
> yarn run test
> yarn run eject

uWebSockets

> yarn run start
> yarn add uNetworking/uWebSockets.js#v18.1.0 --verbose

Recurse

Node, Express, React, MongoDB, Socket.io, uWebSockets, Yarn,