Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webx

A next-generation ASGI Python web-framework, focused on Speed and Stability

  • 0.1.6a0
  • PyPI
  • Socket score

Maintainers
1


A next-generation ASGI Python web-framework, focused on Speed and Stability

Welcome to WebX

WebX is a next-generation ASGI Python web-framework, which is focused on Speed Stability.

WebX is heavily inspired by django, making it a bit easier to try out WebX for the first time. However, WebX is asynchronous, meaning it uses the ASGI protocol. Sure, django-channels exists, however it's never TRULY async. You don't experience the true abilities of asynchronous programming. This is where WebX comes in. It's completely written to handle the ASGI spec, allowing for awesome features such as WebSockets, and background tasks.

WebX also encourages heavy contribution, allowing for extensions to be natively integrated into WebX, through the webx.ext import paths. It's advised to write extensions that fit within this ext folder, as it's hidden away from the rest of WebX, avoiding silly problems.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc