ManolloGuedes / Multiroom-chat

Project created as a study way of Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiroom chat

This project is a simple chat system. This project was created as part of a Node.js study script.

Technologies used

  • Node.js
  • ejs (Embedded Javascript): used as view engine, EJS enables creation of HTML files using Javascript codes embedded
  • express: Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications
  • express-validator: is a set of express that enables form validations on a easy way
  • consign: Makes easier the development due the possibility to autoload modules
  • socket.io: Realtime application library
  • eslint: Linting utility for Javascript

About

Project created as a study way of Node.js


Languages

Language:HTML 60.3%Language:JavaScript 25.3%Language:CSS 14.4%