Skip to content

Super minimal "pico sized" python HTTP server (or API interface)

Notifications You must be signed in to change notification settings

AlectronikForge/pyco-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

PycoHTTP

Super minimal "pico sized" python HTTP server (or API interface)

Only supports:

  • 1 request at a time, no concurrency
  • Only GET requests
  • Does NOT serve files (or anything) by default
  • Responses are defined via a Python callback

Purpose:

  • Adding minimal web interfaces to Python apps.

Why do this?

  • For learning purpouses
  • To use in my projects

About

Super minimal "pico sized" python HTTP server (or API interface)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%