High performance server-side application framework
-
Updated
Dec 1, 2020 - C++
{{ message }}
High performance server-side application framework
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
My Blog Using Sanic
Async WebSocket Client. Advantage: Flexible Lighter and Faster
Resolving this issue involves going through the handlers in the modules/ tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.
Example of a method with the flag:
resource::method
method
{
resource, "GET", handler,
{
method.REQUIRES_AUTH |
method.RATE_LIMITED
}
};
`
Real asynchronous file operations with asyncio support.
As per my grumbling in #63 it seems the docker health check is failing on travis.
I'm sure at some point I'll fix it.
jupiter是一个aio web框架,基于aiohttp。支持(restful格式、扫描注解、依赖注入、jinja2模板引擎、ORM框架)等。
Python asynchronous client library for Kubernetes http://kubernetes.io/
StarDust es un Pack con los CFW actuales tipo AIO, Configurado con Atmosphere, SX OS Agrega también las app mas básicas para empezar y no preocuparse por nada
Python websocket for Bittrex (async).
A D port of Python's asyncio library
Cross-platform C++ framework for asynchronous, distributed applications.
用C++开发web服务器框架
This project allows you to install apigee in Google Cloud Platform using GCP's deployment manager
Add a description, image, and links to the aio topic page so that developers can more easily learn about it.
To associate your repository with the aio topic, visit your repo's landing page and select "manage topics."
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into
Makefile.and after that add
${ARGS}to our commands