Skip to content

johncardozo/nodejs-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Chat - NodeJS

This is a simple realtime chat. This project uses the following technologies:

Frontend

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:

Backend

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:

Database

This example was written in Visual Studio Code.

Execution steps

  1. Install backend dependencies
npm install
  1. Install frontend dependencies
bower install
  1. Run the project
nodemon server.js

About

This is a simple realtime chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published