Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```