Skip to content

Commit

Permalink
read reciept added, working partially
Browse files Browse the repository at this point in the history
  • Loading branch information
ChauhanAbhinav committed Aug 20, 2019
2 parents 1d2f0fe + 4cd4737 commit 709753e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,25 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

## Development server

Run `ng serve` for a dev server. Navigate to `http:https://localhost:4200/`. The app will automatically reload if you change any of the source files.
git clone https://github.com/ChauhanAbhinav/chat.git

Run following command for dev server:-

cd chat
npm install
npm start

cd server
npm install
npm start

Navigate to `http:https://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Note:

1. For testing real time chat, use multiple browser for multiple users, only one user can be able to login from a browser at a time. This is because of over writing of cookies.

2. Contain a small bug of duplicate sockets.

## Code scaffolding

Expand Down

0 comments on commit 709753e

Please sign in to comment.