Right now, all SimpleSwiftServer does is replace Python's SimpleHTTPServer, so that you can do this:
instead of this:
$ python -m SimpleHTTPServer 1234
But it would be nice if SimpleSwiftServer had different modes, such as displaying a webpage, or hosting a chatroom, or something.
Right now, all SimpleSwiftServer does is replace Python's
SimpleHTTPServer, so that you can do this:instead of this:
But it would be nice if SimpleSwiftServer had different modes, such as displaying a webpage, or hosting a chatroom, or something.