-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancement ✨Enhancement of existing featureEnhancement of existing feature
Description
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.
- Use a strongly typed hub for my terminal abstraction. This should live close to my models in
WebTty.Schema(I should consider moving this into something calledWebTty.Coreand have it contain all core BL for the app. - Implement streaming via SignalR
- Swap out custom RTM protocol in front end and use SignalR, check if I can still generate code between front end and backend.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancement ✨Enhancement of existing featureEnhancement of existing feature