decent-chat / decent

Open source messaging platform for the modern web
https://meta.decent.chat
GNU General Public License v3.0
21 stars 5 forks source link

CLI: daemon #312

Open bates64 opened 6 years ago

bates64 commented 6 years ago

e.g.

$ decent -p 4040 --db .
decent>
^C

$ decent start "cool server" -p 4040
decent: server "cool server" running in background

$ decent stop cool server"
decent: server "cool server" stopped
towerofnix commented 6 years ago

(Assigning @heyitsmeuralex so you can actually fill in the description with more info. What kind of stuff should go in the server config? How would we make this work with server properties? Would server properties be obsolete with this? Et cetera.)