Skip to content

Morty-debug/Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usando docker

docker compose up

usando solo golang

go run main.go

mostrar en internet mediante un tunel (Windows)

ngrok.exe config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq
ngrok.exe http 8080

mostrar en internet mediante un tunel (Linux)

sudo chmod a+x ngrok.bin
./ngrok.bin config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq
./ngrok.bin http 8080

mostrar en internet mediante un tunel (BSD)

sudo chmod a+x ngrok.bsd
./ngrok.bsd config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq
./ngrok.bsd http 8080

mostrar en internet mediante un tunel (MacOS)

sudo chmod a+x ngrok.mac
./ngrok.mac config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq
./ngrok.mac http 8080

About

Servidor Web

Topics

Resources

Stars

Watchers

Forks

Contributors