Skip to content

slpuk/lightcorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightcorn logo

A lightweight ASGI server for Python with zero dependencies

Protocol Version Development Status License Python

About

Lightcorn is a minimalist ASGI server written in pure Python, built entirely on the standard library. It's designed for developers who want to understand how ASGI servers work under the hood, or need a lightweight server for simple applications.

Project Structure

lightcorn
├── examples/
│   └── example.py      # API example
├── lightcorn/
│   ├── __init__.py     # Package exports and metadata
│   ├── logger.py       # Loggity-based logger module
│   └── server.py       # Core server implementation
├── LICENSE             # MIT license
├── pyproject.toml      # PyPI config
└── README.md           # This file

License

This project is licensed under the MIT License.

Disclaimer

Lightcorn is currently in alpha development. It's great for learning and experimentation, but not yet recommended for production use!

About

Lightweight ASGI server for Python with zero dependencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages