slackbuilds_ponce/python/asgiref/README
Dimitris Zlatanidis a54d0e7c4c python/asgiref: Added (ASGI Spec).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-12-07 20:08:17 +07:00

2 lines
150 B
Text

ASGI is a standard for Python asynchronous web apps and servers to
communicate with each other, and positioned as an asynchronous successor to WSGI.