/plushcap/analysis/vonage/vonage-how-to-receive-an-sms-message-with-asp-net-core-mvc-and-signalr

How to Receive an SMS Message with ASP.NET Core MVC and SignalR

What's this blog post about?

This tutorial demonstrates how to use ASP.NET Core MVC, SignalR, and the Vonage Messages API to receive SMS messages in real-time. The application uses a virtual phone number purchased from Vonage to receive incoming SMS messages. When an SMS message is received, it is sent to all connected browser clients through SignalR, allowing them to display the message in real-time on their web page. The tutorial covers the necessary steps to set up the project, including installing dependencies, creating an SMS hub, configuring middleware, building an SMS controller, and adding a frontend. It also includes instructions for testing the application using Ngrok.

Company
Vonage

Date published
Nov. 5, 2020

Author(s)
Steve Lorello

Word count
1723

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.