Websockets Minigame with Angular and ASP.net Core
Github for this article Introduction The web socket protocol allows continuous two way communication between a client(web browser) and a server.This method of communications allows a server to push information to the client without the client having to do a request every time. It is an improvement of the old
Continue reading