- use https://github.com/sparckles/Robyn
- use https://github.com/wnesbv/robyn-example
- use https://stratz.com/
- use https://www.opendota.com/
This repository contains an example project using Robyn, a lightweight web framework for Python.
Robyn Example is a sample project designed to demonstrate the capabilities of the Robyn web framework. It provides a basic setup to help you get started with building web applications using Robyn.
To get started with this project, follow these steps:
git clone https://github.com/user-for-download/robyn-example.git
cd robyn-example
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
use alembic or uncomment
#await on_app_startup() in main.py
cp .example .env
robyn main.py --dev
INFO:robyn.logger:Starting server at http://0.0.0.0:8081