adrigardi90 / sampleChatRoom

Chat Room using Sockets API with NodeJS and Angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Angular Room Chat

sampleChatRoom

Sample Chat Room using sockets API with Node.js and Angular 2 with the feature of Angular Animations

Quick start

# Clone the repo
git clone https://github.com/adrigardi90/sampleChatRoom.git

# Change into the repo directory
cd sampleChatRoom

# install
npm install

# Build and run the application
npm run up

Then visit http://localhost:3000 in your browser

Notes

Each browser windows let you login again in the chat with another email. If you want to leave from chat, click on logout button in order to delete your email from connected user list

ChatRoom

About

Chat Room using Sockets API with NodeJS and Angular 2


Languages

Language:TypeScript 57.6%Language:HTML 18.0%Language:JavaScript 14.7%Language:CSS 9.7%