Using web-sockets with Angular4?

Viewed 6740

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:

  1. .NET Core Web API for API access
  2. List item

MS SQL DB for the database

4 Answers
Related