Zalak Patel
Published

Web Server Using Python

Learn to create a dynamic webserver in Odinub using Python script.

BeginnerProtip738
Web Server Using Python

Things used in this project

Hardware components

Odinub
Odinub
×1

Story

Read more

Code

Web Page Test

Python
From flask import  Flask

App=Flask(__name__)

@app.route(/)

Def hello():

          Return Hello!! its Odinub

If __name__ == __main__:

          App.run(host=0.0.0.0,port=80,debug=True)

Credits

Zalak Patel
4 projects • 3 followers
Contact

Comments

Please log in or sign up to comment.