|
Posted at 2/2/2019 00:56:17
Only Author
3#
ASP.NET Core 3.0 is also running on it. So you can start your web server (Kestrel) on the board. Actually, that is what I did. But if you want to expose this to the outside world, you need a more robust and secure proxy in front of it like NGINX.
What is may be more interesting is, that Core 3.0 is able to talk to the hardware of a system like RK-3399. Microsoft is releasing packages on Nuget that allow to program GPIO/I2C/PWM ports. But is is geared towards Raspberry PI. It is open source, but no time yet to have a look into this. |
|