Skip to content

OArnarsson/socketChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocketChat

About

This is a Angular + Socket.io chat application.

Created By: Andri Andresson & Orri Arnarsson
Using: Angular Cli & Node js.

Installation

This socketChat requires Node.js v6+ to run.
Before the installation make sure that you are using the server we supplied.

Install the dependencies and start the server.

$ cd socketChat/server
$ npm i
$ node chatserver.js

In another terminal window install angular dependencies and serve the app.

$ cd socketChat/frontend
$ npm i
$ ng serve

Now open up your browser and navigate to:
http://localhost:4200/