Skip to content

Add Clastic#721

Closed
plowman wants to merge 1 commit intovinta:masterfrom
plowman:patch-1
Closed

Add Clastic#721
plowman wants to merge 1 commit intovinta:masterfrom
plowman:patch-1

Conversation

@plowman
Copy link

@plowman plowman commented Sep 10, 2016

What is this Python project?

Clastic is a wonderful WSGI web server which embodies the principle "explicit is better than implicit" by eliminating the global state which complicates most web servers.

You can read more about how larger companies like PayPal use this tool here.

What's the difference between this Python project and similar ones?

  • Better URL route checking.
  • Better control of how the app initializes, e.g. ability to force middleware to load so even the first request is fast.
  • No global state. Explicit is better than implicit.
  • Lightweight. Lots of web servers try to solve every possible problem. This one keeps it simple.

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@kurtbrose
Copy link

👍

@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
@stale
Copy link

stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@stale stale bot closed this Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants