eByte23/Amazon.Lambda.SignalR

SignalR client?

Opened this issue · 1 comments

acds commented

Hi @eByte23 - great to see that someone has tried to do this...

Given the SignalR aspects it would be great to be able to just use the npm SignalR package in the client side. Is there a reason that this would not otherwise work?

Also there is not reason why one could not run this not in Lambda but on compute via a VPCLink?

With DotNetCore 3.0 out it would also be great to bring this current, albeit the AWS bring you own runtime documentation is a tad thin on the ground.

Hi,
I started using this a part of a work project that ended up running out of time to fully engineer a reliable version of using aws websockets with signalr.

I am currently working again on similar tech and will update it shortly.

The idea was not to vpclink or anything else.
I wanted to try and plug in AWS Apigateway websockets with signalr and asp.net core on lambda just as Azure SignalR would do for example.

I have found a decent way of connecting it all but I still need to implement it cleanly.
Stay tuned.