https://github.com/arrmansa/serve-function-with-python-httpserver
Uses HTTP Post requests and pickle object serialization to serve a function. Single thread Python HTTPServer with low overhead and simple code.
https://github.com/arrmansa/serve-function-with-python-httpserver
httpserver python3
Last synced: 5 months ago
JSON representation
Uses HTTP Post requests and pickle object serialization to serve a function. Single thread Python HTTPServer with low overhead and simple code.
- Host: GitHub
- URL: https://github.com/arrmansa/serve-function-with-python-httpserver
- Owner: arrmansa
- License: unlicense
- Created: 2022-07-16T07:10:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T10:28:01.000Z (over 3 years ago)
- Last Synced: 2025-03-16T05:26:33.643Z (10 months ago)
- Topics: httpserver, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serve-Function-with-Python-HTTPServer
Uses HTTP Post requests and pickle object serialization to serve a function. Single thread with low overhead and simple code.