Skip to content

Non-blocking Python server boilerplate with make and workers

Notifications You must be signed in to change notification settings

sergio-garkusha/sanic-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sanic Boilreplate

Modern Python asynchronous server boilerplate with make and workers

Requres python v.3.5+ and conda

Setup

Setup is easy.

source ./env.sh
source ./env.sh
make install

Run

make run

To specify HOST/PORT:

HOST=localhost PORT=8080 make run

Help

make help

or just

make

Fro more commands check Makefile

About

Non-blocking Python server boilerplate with make and workers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published