How can I use web-sockets with Angular4? The HttpModule does not support it, so is there a NPM package available that I can use?
Set Up:
- .NET Core Web API for API access
- List item
MS SQL DB for the database
How can I use web-sockets with Angular4? The HttpModule does not support it, so is there a NPM package available that I can use?
Set Up:
MS SQL DB for the database
i use angular2-websocket/angular2-websocket in my angular project, and it work very well https://github.com/afrad/angular2-websocket