Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Asyncio Webserver
#1
I created a custom web server in Python using Asyncio that I thought I'd share with the Python community. It hosts both Python and static code (HTML/CSS/etc.), does SSL/TLS, and much more. Python pages can be created similar to how CherryPy works. Sending a class as an object to the web server for processing. It may not be production quality but it works quite well on both Windows and Linux. Thanks for taking a look.

Webserver on Github
Reply


Messages In This Thread
Asyncio Webserver - by philwhite - Jun-24-2019, 05:24 PM
RE: Asyncio Webserver - by scidam - Jun-26-2019, 06:47 AM
RE: Asyncio Webserver - by philwhite - Jun-26-2019, 12:50 PM
RE: Asyncio Webserver - by nilamo - Jun-26-2019, 04:17 PM
RE: Asyncio Webserver - by philwhite - Jun-26-2019, 05:07 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020