Remove the custom real time web implementation I was trying to create here: https://github.com/nickvdyck/webtty/tree/master/src/WebTty.Api/Infrastructure . This was good fun and I learned a lot from it, but not maintainable (obviously 🤦). I should be able to swap this out with SignalR.
Remove the custom real time web implementation I was trying to create here: https://github.com/nickvdyck/webtty/tree/master/src/WebTty.Api/Infrastructure . This was good fun and I learned a lot from it, but not maintainable (obviously 🤦). I should be able to swap this out with SignalR.
WebTty.Schema(I should consider moving this into something calledWebTty.Coreand have it contain all core BL for the app.