Forums

Simple server script

I am a little confused. Can I host simple server script that will be visible on the Internet? How I can connect to it? This script serves as a http post messages receiver, but I need a public IP for it.

We support WSGI-based web apps -- head on over to the "Web" tab and choose "manual configuration", and you'll get an idea of what that means...

The simplest thing might be to use one of the popular python web frameworks? Most use WSGI. Flask is popular and lightweight... Here's a recent blog post we wrote about it: http://blog.pythonanywhere.com/121/