An open API service indexing awesome lists of open source software.

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.

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!