From 94b3625718cb6cba525b53c6640d0942140bb4cd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 25 Oct 2018 07:29:05 -0400 Subject: [PATCH] ideas --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index e1525b4..d7d4a35 100644 --- a/README.md +++ b/README.md @@ -154,15 +154,7 @@ The primary concept here is to bring the niceties that are brought forth from bo - A production static file server is built-in. - Uvicorn built-in as a production web server. I would have chosen Gunicorn, but it doesn't run on Windows. Plus, Uvicorn serves well to protect against slowloris attacks, making nginx unnecessary in production. - GraphQL support, via Graphene. The goal here is to have any GraphQL query exposable at any route, magically. - -## Future Ideas - -- Cookie-based sessions are currently an afterthought, as this is an API framework, but websites are APIs too. -- If frontend websites are supported, provide an official way to run webpack. - -# The Goal - -The primary goal here is to learn, not to get adoption. Though, who knows how these things will pan out. +- Provide an official way to run webpack. ----------