Forum Discussion
XChoo
New Contributor
6 years agoDeveloping a webserver on SoC
Hi ! is it posible to build a webserver on soc devices? I am using a custom Arria 10 soc device and I want to run some server based applications. Please help
FawazJ_Altera
Frequent Contributor
6 years agoHello,
It is possible to build webserver on SOC devices.
You can find multiple designs online, take a look at this design:
https://github.com/robseb/rsyocto/blob/rsYocto-1.03/doc/appSpecificGuides/2_DjangoWebApps.md
Hope this might help.