Raspberry Pi as Dot Net Core Web Server

preview_player
Показать описание
.NET Core is a free, cross-platform, open-source framework that allows developers to build applications for various platforms including Raspberry Pi. It provides a runtime, libraries, and tools for building and running applications. .NET Core on Raspberry Pi offers a lightweight and fast development environment for building web applications, IoT applications, and other types of software. With .NET Core, developers can create applications that are portable across multiple platforms and can be easily deployed on Raspberry Pi devices. Additionally, the .NET Core SDK can be easily installed on Raspberry Pi, making it easy for developers to get started with building applications.

Commands:

sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-6.0

dotnet new web
Рекомендации по теме
Комментарии
Автор

I have blazer webassembly hosted. How can i host client, and serer side projects on portainer docker on raspberry?

marijuslapinskas