Hacker News new | ask | show | jobs
by vmchale 1555 days ago
dawg why can't you just make a normal program I don't want a REST API
1 comments

What languages do you need support for?
How about none? Any service that can be passed text from an http request can be passed text via argv and called from the command line. The fact that a helper program runs on the same host rather than across a network doesn't mean you can only use it via direct function call. Imagine if the developers of pandoc didn't actually distribute pandoc and only allowed you to invoke a pandoc instance running on their servers remotely.