7 ms·
At my day job we generally will bundle small procedures/scripts into a simple webapp with either flask or express.js. For our backend systems, we're looking int
by sudont 12y ago
At my day job we generally will bundle small procedures/scripts into a simple webapp with either flask or express.js. For our backend systems, we're looking into rundeck to allow non sudoers the ability to restart a system service. That might be potentially useful.
It seems like there might be a niche for a "Delphi for the web" stack of reusable components and standard backend systems.
- hackerews 12y agoThis sounds really cool! So non-engineers can just click "run" on a system service and get the output? How do you handle small procedures/scripts that require them to put in inputs? Or does that not pop up for you..