Skip to content

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

Notifications You must be signed in to change notification settings

kalebosborne/starlette-hy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages