Julien,
I ran the example of TopCommand, but even if I telnet locahost 3000, I donot get any response.
Plus, I want to execute commandline commands without any external triggers, within my application.
Using NuProcess, I sometimes got exceptions that would kill my process -- which was very scary thing for me.
So, I was thinking about changing the implementation where I found VertxFileSystem and VertxShell.
So, could you please suggest what should i do?
PS: The exceptions thrown by NuProcess that terminates the process are always when I try to do : rm -rf /destination.
Thanks,