2

I new to python, as well as web developing. I made a python web application with the help of http.server module and ran it on localhost port. It is working fine at localhost:abcd .

Now I want to run it on some public server like pythonanywhere or heroku! But the don't get the part what the server address and port would be.

I need help. Thanks in advance.

1 Answer 1

1

On PythonAnywhere, you get a web application at your-username.pythonanywhere.com, running on port 80 -- so you just need to type http://your-username.pythonanywhere.com/ into your browser URL bar to access it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.