Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranon-rat/server-side-generated-images
a simple shitty project for learn more about http
https://github.com/ranon-rat/server-side-generated-images
gg go
Last synced: 15 days ago
JSON representation
a simple shitty project for learn more about http
- Host: GitHub
- URL: https://github.com/ranon-rat/server-side-generated-images
- Owner: ranon-rat
- Created: 2021-04-29T23:34:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T20:25:57.000Z (about 2 years ago)
- Last Synced: 2024-06-21T19:50:42.626Z (7 months ago)
- Topics: gg, go
- Language: Go
- Homepage: https://server-side-generated-images.pythonboy123.repl.co
- Size: 790 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-transmission
A simple project for understanding how to stream images using the http protocol
## how it looks
|simple recursive fractal|mandelbrot set| lorenz system|
|--|--|--|
|![img](https://user-images.githubusercontent.com/66473662/123876111-6bfe7e00-d900-11eb-9531-58a9197c1d4a.png)|![image](https://user-images.githubusercontent.com/66473662/123876138-7882d680-d900-11eb-9067-8f5bbb46a487.png)|![image](https://user-images.githubusercontent.com/66473662/123876168-80427b00-d900-11eb-8009-3b50915f15e9.png)|## how to deploy it
go to the folder src and then run the command
```
go run main.go
```