25 lines
504 B
Markdown

# Basic .NET
Basic server application built for .NET with ASP.NET Core.
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-server/dotnet/).
## Prerequisites
- [.NET](https://dotnet.microsoft.com/en-us/download)
## Run
1. Download repository
```bash
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-server/dotnet
```
2. Run the application
```bash
dotnet run
```