Software Alternatives & Reviews

Quick and dirty mock service with Starlette

MkDocs Redis Gunicorn
  1. 1
    Project documentation with Markdown.
    Pricing:
    • Open Source
    Starlette is a web framework developed by the author of Django REST Framework (DRF), Tom Christie. DRF is such a solid project. Sharing the same creator bolstered my confidence that Starlette will be a well designed piece of software.

    #Documentation #Documentation As A Service & Tools #Knowledge Base 2 social mentions

  2. 2
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    An alternative to Celery is RQ, but it has similar problems and requires running Redis along with a separate worker process.

    #Key-Value Database #NoSQL Databases #Databases 183 social mentions

  3. Gunicorn is a Python WSGI HTTP Server for UNIX.
    Pricing:
    • Open Source
    Instead of a synchronous web server like Gunicorn or uWSGI, an asynchronous web server is required. I selected Uvicorn, a web server similar to Gunicorn that uses uvloop to handle the asynchronous event loop.

    #Web And Application Servers #Web Servers #Application Server 31 social mentions

Discuss: Quick and dirty mock service with Starlette

Log in or Post with