flutter-webrtc-server icon indicating copy to clipboard operation
flutter-webrtc-server copied to clipboard

How to keep the server?

Open codydev-git opened this issue 4 years ago • 2 comments

How are you? I don't know GoLang. I installed this package on my ubuntu%Nginx server. and Run it with go run cmd/server/main.go It works well for me. But If I close the terminal console, the server is dead. How to keep the server? Thank you.

codydev-git avatar Jul 02 '21 01:07 codydev-git

You can use tmux (https://github.com/tmux/tmux/wiki)

2i2i avatar Feb 17 '22 20:02 2i2i

Thank you. I am using screen session it is very simple.

codydev-git avatar Feb 17 '22 23:02 codydev-git