Stripe / Twilio listeners in a Blazor Server or Wasm app - reuse existing code

wavemaster 311 Reputation points
2021-06-04T13:10:54.627+00:00

I am modernizing an app that was built using WebMatrix (Web Pages) which was the Microsoft flavor of the day about 10 years ago.

This app has integrations with Stripe and Twilio by means of webhooks and I am receiving POST requests102505-image-2021-06-04-090757.png

The listeners are all .cshtml files.

The new apps are based on Blazor (Server and Wasm). I am hoping that I can copy these to wwwroot folder.

Looking to get confirmation on this approach and if I need to make other changes so this works.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,577 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.