Inspiration

I have always been interested in web frameworks and wanted to create my own webserver like the frameworks I have seen

What it does

At the basic level, it prints out a http response that the programmer specifies. At the intermediate level, it either can display a http response or a html file

How I built it

I used Python's standard socket library

Challenges I ran into

Not really too many. Indent mismatches mostly

Accomplishments that I'm proud of

Designing my own server library

What I learned

Developing a web server in python

What's next for PyServer

Allow for page routes to be defined and integrate with Jinja templating

Built With

Share this project:

Updates