Skip to content

SdSalaat/angular-socket-app

Repository files navigation

A Socket.io Chat Example Using Angular CLI

This repository contains client side code using Angular CLI Framework

Live Demo

Try live demo: https://angular-socket.netlify.com

Run Demo Now

User One

email : john@doe.com -- password : 12345

User two

email : adam@smith.com -- password : 12345

Features

  • Push Notifications
  • Offline Friendly
  • Interactive and simple UI
  • Active/Inactive Status

Support this project

  • Star GitHub repository ⭐
  • Create pull requests, submit bugs or suggest new features
  • Follow updates on Github

Recording1

Running Client locally

Prerequisites

First, ensure you have the following installed:

  1. Git - Download and Install Git
  2. Angular CLI - Install Command Line Interface for Angular https://cli.angular.io/

After that, use Git bash to run all commands if you are on Windows platform.

Clone repository

In order to start the project use:

$ git clone https://github.com/SdSalaat/angular-socket-app.git
$ cd angular-socket-app

Run Angular Client

Open other command line window and run following commands:

$ npm install
$ ng serve

Now open your browser in following URL: http://localhost:4200