Webserver on windows 10 IOT?

ぐ巨炮叔叔 提交于 2019-12-11 05:42:15

问题


Can I create a webapplication on my windows 10 IOT running device (R-PI 3)?

On other PI's I've got Debian running with LightHttpd, but I can't seem to find anything on a webserver on Win10 IOT device.

I did see some examples on self creating a -very simple- webserver (ie listening on a port) but there should be more than that?

PS I added 2 tages: Windows IOT and Windows-10-IOT-Core.... are these the same?


回答1:


Can I create a webapplication on my windows 10 IOT running device (R-PI 3)?

Yes, you can start with Hello blinky official sample. There are also Python and Node.js supported.

Using ASP.NET, you can publish Web Application on Windows IoT core. (Note the version of ASP.NET, more detailed information is here.)

And, restup is a HTTP server for universal windows platform (UWP) apps that can run on Raspberry Pi with Windows IoT core.

PS I added 2 tages: Windows IOT and Windows-10-IOT-Core.... are these the same?

Windows IoT core is an edition of Windows 10 differs from desktop and mobile editions. It is optimized for smaller devices with limited resources, such as Raspberry Pi 2 and 3.

Window IoT is something about Internet of Things you can create with Windows.

For tags in SO, "Windows IoT core" and "Window IoT" have identical function.



来源:https://stackoverflow.com/questions/40723509/webserver-on-windows-10-iot

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!