Skip to content

Mangum

ASGI Blog

  • Home
  • About
  • Blog
    • ASGI Basics
    • Python ASGI
    • About Servers
    • Coding
    • Applications
    • Requests
    • Trending articles
  • Contact
Search for:
  • Home/
  • Trending articles
code
  • Kelly Rex
  • May 27, 2024July 4, 2024
  • Trending articles

Building GraphQL APIs with ASGI

GraphQL has gained popularity for its flexibility and efficiency in fetching data from APIs. When combined with ASGI (Asynchronous Server Gateway Interface) [...]

Read More
laptop
  • Kelly Rex
  • May 17, 2024July 4, 2024
  • Trending articles

Scaling Your Python Applications with ASGI

Scaling Python applications is crucial for handling increased traffic, improving performance, and ensuring reliability. [...]

Read More
coding
  • Kelly Rex
  • May 6, 2024July 4, 2024
  • Trending articles

Building Modular and Scalable Microservices using ASGI with the FastAPI Framework

Microservices architecture has revolutionized how applications are designed, allowing developers to create modular, independently deployable services that work together seamlessly. [...]

Read More

Posts navigation

  • 1
  • 2

Recent Posts

  • SEO Link Building for Lawyers: Proven Tactics That Drive Clients
  • Link Building for Lawyers and Legal Firms
  • Using ASGI for the Development of Real Casino Applications
  • Comparison of ASGI with Traditional WSGI: Advantages and Disadvantages
  • Building a Successful Online Casino: Application and Key Steps
  • The Benefits of Asynchronous Programming for Scalable Web Services
  • The Future of Technology: How ASGI is Changing the Approach to Web Application Development
  • Advanced Error Handling Techniques in ASGI Applications
  • Optimizing Real-Time Interactions: WebSockets with ASGI
  • Building High-Performance Web Applications with the Sanic Framework

Categories

  • About Servers
  • Applications
  • ASGI Basics
  • Coding
  • Python ASGI
  • Requests
  • Trending articles

Pages

  • Home
  • About
  • Contact
  • Privacy Policy

Categories

  • About Servers
  • Applications
  • ASGI Basics
  • Coding
  • Python ASGI
  • Requests
  • Trending articles

Recent Posts

  • SEO Link Building for Lawyers: Proven Tactics That Drive Clients
  • Link Building for Lawyers and Legal Firms
  • Using ASGI for the Development of Real Casino Applications

ASGI is also designed to be a subset of WSGI, and there is a defined way to translate between the two, allowing WSGI programs to run on ASGI servers through a translation shell (provided in the asgiref library). The thread pool can be used to run synchronous WSGI programs outside of the asynchronous event loop.

Copyright 2024