# README
go-3d-viewer-dashboard 
go-3d-viewer-dashboard
is an open-source sample using gin-gonic as a webserver as basic clean project.
Disclaimer
This tool is limited to security research only, and the user assumes all legal and related responsibilities arising from its use! The author assumes no legal responsibility!
config
Change the port for the web server on the config.json
file
{
"web": {
"port": 10010
},
"ws": {
"port": 10020
}
}
Run
go run main.go
open http://localhost:10010/page.html
Docker
Manually
docker build --tag webserver .
docker run -p 10010:10010 -p 10020:10020 webserver
Docker compose
docker compose up
Rebuild
docker compose up --build
# Packages
No description provided by the author