This is a simple realtime chat. This project uses the following technologies:
The frontend packages are managed using bower. They were initializated with the command bower init
. Every package was installed with the command bower install package_name --save
Technologies used:
The backend packages are managed using npm. They were initializated with the command npm init
. Every package was installed with the command npm install -s package_name
Technologies used:
This example was written in Visual Studio Code.
- Install backend dependencies
npm install
- Install frontend dependencies
bower install
- Run the project
nodemon server.js