add ASGI Servers
This commit is contained in:
		@@ -7,6 +7,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 | 
				
			|||||||
- [Awesome Python](#awesome-python)
 | 
					- [Awesome Python](#awesome-python)
 | 
				
			||||||
    - [Admin Panels](#admin-panels)
 | 
					    - [Admin Panels](#admin-panels)
 | 
				
			||||||
    - [Algorithms and Design Patterns](#algorithms-and-design-patterns)
 | 
					    - [Algorithms and Design Patterns](#algorithms-and-design-patterns)
 | 
				
			||||||
 | 
					    - [ASGI Servers](#asgi-servers)
 | 
				
			||||||
    - [Asynchronous Programming](#asynchronous-programming)
 | 
					    - [Asynchronous Programming](#asynchronous-programming)
 | 
				
			||||||
    - [Audio](#audio)
 | 
					    - [Audio](#audio)
 | 
				
			||||||
    - [Authentication](#authentication)
 | 
					    - [Authentication](#authentication)
 | 
				
			||||||
@@ -122,6 +123,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 | 
				
			|||||||
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
 | 
					* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
 | 
				
			||||||
* [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
 | 
					* [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## ASGI Servers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					*ASGI-compatible web servers.*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [uvicorn](https://github.com/encode/uvicorn) - Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Asynchronous Programming
 | 
					## Asynchronous Programming
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
 | 
					* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user