go-3d-viewer-dashboard

command module
v0.0.0-...-304c409 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2022 License: MIT Imports: 1 Imported by: 0

README

go-3d-viewer-dashboard Go Reference

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

Documentation

Overview

Package main Created by RTT. Author: teocci@yandex.com on 2022-Apr-26

Directories

Path Synopsis
src
cmd
Package cmd Created by RTT.
Package cmd Created by RTT.
cmd/cmdapp
Package cmdapp Created by RTT.
Package cmdapp Created by RTT.
config
Package config Created by RTT.
Package config Created by RTT.
core
Package core Created by RTT.
Package core Created by RTT.
logger
Package logger Created by RTT.
Package logger Created by RTT.
webserver
Package webserver Created by RTT.
Package webserver Created by RTT.
websocket
Package websocket Created by RTT.
Package websocket Created by RTT.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL