Content Deep Dive
Create a Basic Video Chat App with ASP.NET and Angular
Blog post from Vonage
Post Details
Company
Date Published
Author
Steve Lorello
Word Count
2,721
Language
English
Hacker News Points
-
Summary
Angular is a popular single-page application (SPA) framework used by .NET developers for building real-time web applications, including a basic video chat application using the Vonage Video API. The project begins with setting up Visual Studio and creating an Angular project, followed by importing necessary NuGet packages and configuring the Entity Framework to create a database. A SessionController is created to handle session-related logic, while a StateService is used to manage state between components. The application consists of two primary views: Join and Video, which are built using Angular components and services. The application uses the Vonage Video API to establish real-time communication between users.