/starlette-hy

A Lispy Super Fast Async Rest Api Starter using Starlette & Hy!

Primary LanguageHy

Starlette-Hy

A Lispy Super Fast Async Rest Api Starter using Starlette & Hy!

How To Use

Hosting On A VPS?

  • open main.hy in a text editor
  • change (uvicorn.run app :port 4000) -> (uvicorn.run app :port 4000 :host "0.0.0.0")
  • use a web browser and go to your vps ip address:4000