Skip to content

Commit

Permalink
Updates README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirMackk committed Sep 13, 2016
1 parent 37260e8 commit 62e92a9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### What is this?

It's a DIY asynchronous microframework project to further explore Python35+, software architecture and a few other interesting things.
It's a DIY asynchronous microframework project to further explore Python35+, software architecture, and a few other interesting things. It is composed of a simple HTTP/1.1 async server and the actual framework.

Here are some of the things it demonstrates:

Expand All @@ -16,6 +16,18 @@ Here's the inspiration behind this project:
- [Ruby Conf 12 - Boundaries by Gary Bernhardt][7]
- [Refactoring Code that Accesses External Services][8]

**This is not production grade code.**

It implements only a small subset of HTTP/1.1, it has not been profiled and optimized, and doesn't have any facilities to defend against common web attacks.

However, because it's so small, it can be studied to see how an actual framework works.

### Running

To run the example application, just execute it with a Python3.5 interpreter:

python application_example.py


### LICENSE

Expand Down

0 comments on commit 62e92a9

Please sign in to comment.