firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

[Request] Support for SignalR #149

Open kotx opened 3 years ago

kotx commented 3 years ago

Support for ASP.NET Core SignalR

welcome[bot] commented 3 years ago

Welcome to the Firecamp! Thanks and congrats for opening your very first issue in Firecamp. Join the Discord community here https://discord.gg/8hRaqhK Hope you have a great time here :)

Nishchit14 commented 3 years ago

Thanks for asking for the feature request @kotx, do you know any best and complete SignalR example on Github? would like to take it as a reference.

kotx commented 3 years ago

Thanks for asking for the feature request @kotx, do you know any best and complete SignalR example on Github? would like to take it as a reference.

There are several samples here. The Chat Sample should be helpful. But, I think it would be more helpful to look at the SignalR source code itself, since it heavily abstracts from the communication methods it supports (WebSockets, server-sent events, and long polling).