dmpop / sonnenhut

Simple dashboard for photographers
GNU General Public License v3.0
5 stars 0 forks source link

Idea: Maybe separate the server part from the query part? #21

Closed tomschr closed 7 years ago

tomschr commented 7 years ago

Currently, the script starts a server and shows the result. What about separating these two things: use a function/script/whatever that just creates the output on a console and a server part that can display more (if it is wanted)?

Use Case

Some user may not need the server part, they just want the result?