An open API service indexing awesome lists of open source software.

https://github.com/lakshitnagar/socket-io-angularfrontend

Frontend demo for web-sockets server https://github.com/Lakshitnagar/Socket-io-NodeServer
https://github.com/lakshitnagar/socket-io-angularfrontend

angular angular-cli socket-io websocket-client websockets

Last synced: 2 months ago
JSON representation

Frontend demo for web-sockets server https://github.com/Lakshitnagar/Socket-io-NodeServer

Awesome Lists containing this project

README

          

# AngularFrontend

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## How to Use

In "src/app/constants/app-config.ts" change NUMBER_OF_CLIENTS to change number of users can be connected simultaneously.
change NUMBER_OF_TAG_2 and NUMBER_OF_TAG_3 to change number of parameters sent by each clients.