Skip to content

A simple chat application based on Typescript, Angular 8, Nodejs, socket.io, mongodb

Notifications You must be signed in to change notification settings

ChauhanAbhinav/chat

Repository files navigation

Chat

This project was generated with Angular CLI version 8.1.2.

Development server

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

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.