Robyn with Docker πŸ³πŸ¦€

Robyn with Docker πŸ³πŸ¦€

Sponsor me on GitHub

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