Content Deep Dive
Build an SMS Dashboard with Blazor WebAssembly
Blog post from Vonage
Post Details
Company
Date Published
Author
Steve Lorello
Word Count
2,549
Language
English
Hacker News Points
-
Summary
This tutorial aims to build a Single-Page-App (SPA) using Blazor WebAssembly, MVC, Entity Framework Core, and SignalR, which can send and receive SMS messages. The application will store received messages in the database and push them to client applications using SignalR. It will also handle delivery receipts by storing them in the database and pushing them to clients. The project requires a Vonage API account and Ngrok for testing. The tutorial covers setting up the solution, installing dependencies, building the model, creating the database, adding SMS hub, configuring middleware, building controllers, and finally, building the frontend.