All Projects → quantmind → Lux

quantmind / Lux

Licence: bsd-3-clause
Asynchronous web toolkit for python - alpha

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lux

waspy
WASP framework for Python
Stars: ✭ 43 (+115%)
Mutual labels:  asyncio, webframework
Xweb
High performance async web framework.
Stars: ✭ 314 (+1470%)
Mutual labels:  asyncio, webframework
Muffin
Muffin is a fast, simple and asyncronous web-framework for Python 3
Stars: ✭ 538 (+2590%)
Mutual labels:  asyncio, webframework
Lofty
Coroutines, stack traces and smart I/O for C++11, inspired by Python and Golang.
Stars: ✭ 5 (-75%)
Mutual labels:  asyncio
Async Reduce
Reducer for similar simultaneously coroutines
Stars: ✭ 17 (-15%)
Mutual labels:  asyncio
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (-65%)
Mutual labels:  asyncio
Heroku Aiohttp Web
A project starter template for deploying an aiohttp app to Heroku
Stars: ✭ 14 (-30%)
Mutual labels:  asyncio
Httpx
A next generation HTTP client for Python. 🦋
Stars: ✭ 8,052 (+40160%)
Mutual labels:  asyncio
Python Microjet
Python 3 asynchronous microservices framework powered by asyncio.
Stars: ✭ 11 (-45%)
Mutual labels:  asyncio
Tailsocket
A WebSocket application to tail files.
Stars: ✭ 24 (+20%)
Mutual labels:  asyncio
Fennel
A task queue library for Python and Redis
Stars: ✭ 24 (+20%)
Mutual labels:  asyncio
Strawberry
A new GraphQL library for Python 🍓
Stars: ✭ 891 (+4355%)
Mutual labels:  asyncio
Td revent
tickdream rust event - Async IO similar to libevent
Stars: ✭ 9 (-55%)
Mutual labels:  asyncio
Tango
This is only a mirror and Moved to https://gitea.com/lunny/tango
Stars: ✭ 837 (+4085%)
Mutual labels:  webframework
Quart
Official mirror of https://gitlab.com/pgjones/quart
Stars: ✭ 872 (+4260%)
Mutual labels:  asyncio
Httpserver
Python 3 implementation of an HTTP server
Stars: ✭ 5 (-75%)
Mutual labels:  asyncio
Mysrv
Yet another Node.js web framework, based on koa.js 又一个 Node.js MVC 框架,基于Koa2
Stars: ✭ 10 (-50%)
Mutual labels:  webframework
Aioslacker
slacker wrapper for asyncio
Stars: ✭ 23 (+15%)
Mutual labels:  asyncio
Aiomixcloud
Mixcloud API wrapper for Python and Async IO
Stars: ✭ 23 (+15%)
Mutual labels:  asyncio
Lambda Api
Lightweight web framework for your serverless applications
Stars: ✭ 929 (+4545%)
Mutual labels:  webframework

.. image:: https://lux.fluidily.com/assets/logos/lux-banner-blue-yellow.svg :alt: Lux :width: 50%

| |

:Badges: |license| |pyversions| |status| |pypiversion| :CI: |circleci| |coverage| :Documentation: https://github.com/quantmind/lux/tree/master/docs/readme.md :Downloads: https://pypi.python.org/pypi/lux :Source: https://github.com/quantmind/lux :Platforms: Linux, OSX, Windows. Python 3.5 and above :Keywords: asynchronous, wsgi, websocket, redis, json-rpc, REST, web

.. |pypiversion| image:: https://badge.fury.io/py/lux.svg :target: https://pypi.python.org/pypi/lux .. |pyversions| image:: https://img.shields.io/pypi/pyversions/lux.svg :target: https://pypi.python.org/pypi/lux .. |license| image:: https://img.shields.io/pypi/l/lux.svg :target: https://pypi.python.org/pypi/lux .. |status| image:: https://img.shields.io/pypi/status/lux.svg :target: https://pypi.python.org/pypi/v .. |downloads| image:: https://img.shields.io/pypi/dd/lux.svg :target: https://pypi.python.org/pypi/lux .. |circleci| image:: https://circleci.com/gh/quantmind/lux.svg?style=svg :target: https://circleci.com/gh/quantmind/lux .. |coverage| image:: https://codecov.io/gh/quantmind/lux/branch/master/graph/badge.svg :target: https://codecov.io/gh/quantmind/lux .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/u0x9r57svde3595d/branch/master?svg=true :target: https://ci.appveyor.com/project/lsbardel/lux

An asynchronous web framework for python. Lux is built with pulsar_ and uses asyncio_ as asynchronous engine. It can be configured to be explicitly asynchronous or implicitly asynchronous via the greenlet_ library.

.. _asyncio: https://docs.python.org/3/library/asyncio.html .. _pulsar: https://github.com/quantmind/pulsar .. _greenlet: https://greenlet.readthedocs.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].