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
- Host: GitHub
- URL: https://github.com/lakshitnagar/socket-io-angularfrontend
- Owner: Lakshitnagar
- Created: 2018-08-27T01:29:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T08:16:49.000Z (over 7 years ago)
- Last Synced: 2025-03-23T10:25:19.240Z (about 1 year ago)
- Topics: angular, angular-cli, socket-io, websocket-client, websockets
- Language: TypeScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.