Robyn with Docker π³π¦
Robyn with Docker π³π¦
Platform | Setup | Link |
---|---|---|
Render π³ | Docker | Visit Site |
Welcome to robyn-docker, a project showcasing the power of Robyn, a Rust-based asynchronous web framework, through Python. This project demonstrates how to containerize a Robyn application using Docker, making deployment smooth and scalable across any environment.
Robyn brings together Rustβs performance and safety with Pythonβs simplicity and flexibility, offering an excellent choice for building high-performance web applications.
π Getting Started
To get started with robyn-docker, youβll need to have Python and Docker installed on your machine. The following instructions will guide you through setting up a basic Robyn project and containerizing it with Docker.
Getting Started: https://robyn.tech/documentation/example_app
$ python3 -m robyn --create
? Directory Path: .
? Need Docker? (Y/N) Y
? Please select project type (Mongo/Postgres/Sqlalchemy/Prisma):
β― No DB
Sqlite
Postgres
MongoDB
SqlAlchemy
Prisma