flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
753 stars 304 forks source link

How to keep the server? #66

Open codydev-git opened 3 years ago

codydev-git commented 3 years ago

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.

2i2i commented 2 years ago

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

codydev-git commented 2 years ago

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