IOT server which host Django webapp

Is it possible to create a server which uses iot to host the Django website? If possible, how?

Hi @sumitln2000,

What do you mean by? - Used IoT to host the Django website

Hi @sumitln2000

What exactly do you mean by IoT server??
Do you mean hosing Django web app and a IoT application on the same server?
Yes, you can run multiple applications on the same server. make sure to host them on different ports.
you can also use Raspberry pi for similar purpose.