https://github.com/galopago/golang-upload-server
Proof of concept server, written in go, ideal for uploading .jpg images from ESP32 or similar devices using POST.
https://github.com/galopago/golang-upload-server
go golang open-source
Last synced: about 1 month ago
JSON representation
Proof of concept server, written in go, ideal for uploading .jpg images from ESP32 or similar devices using POST.
- Host: GitHub
- URL: https://github.com/galopago/golang-upload-server
- Owner: galopago
- License: mit
- Created: 2022-08-03T19:55:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T20:07:14.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T17:49:55.157Z (11 months ago)
- Topics: go, golang, open-source
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOLANG .JPG IMAGE FILE UPLOADER
Proof of concept server, written in go, ideal for uploading .jpg images from ESP32 or similar devices using POST.
No authentication method is developed, so use it only for experiments in isolated environments.
Most modifiable parameters are hard coded!