howdy and happy new year!!!
Things on my mind this nice evening are:
when do you use a micro application and when do you use a cli application?
I've using phalcon for some time, but only the default project version, and this works gr8. I have finally graso most of the major concepts(di, events, and more). but currently we are developing a non web application. more of a helper to recive log info from sevral servers, send some commands and operate on the logs.
But i fail to find the best way of doing this, should i use a micro or cli application to achive this?
This aaplication will be controlled by one or many front end servers,,whom will also display some info generated by the coi/micro? application
Currently we are using the cli framework to do the basics but since we dont use use any cli inputs, we wonder if this is the best way of doing the implimetation? is there any difference on the di for cli vs the di for a micro application?
regards André