This project called Chat-KGV
is a personal project which emphasize on the real time chat between two users of the web application.
In the project, you can have:
A framework JS for single page rendering application
An environment JS for features like facilitate server communication
A Features for speed up performance of the pages by putting data into the cache
The database but deploy in the cloud to facilitate deploying and availability of the database.
An excellent technology for Routing API's.
A library which permit to work with MongoDB database in Javascript.
A technology for connecting the app to real time communnication.
First, pull the project and download all the dependencies. You can see in package documentation called package.json
.
Second, Open http://localhost:3000 to view it in your browser by npm start
.
Third, Open http://localhost:5000 to put on the server side by npm start
(Don't forget to split the terminal if you are using VS Code).
And great !
.