Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What makes a web app "internal"? Does it mean it's just made to be run on localhost? Does it mean it would not run on a server? How so?

Also, why using this vs creating a desktop app? (There are ways to create GUI desktop apps in Python)



I normally understand internal to mean an internal corporate application used by the employees.


correct. internal apps are usually built by developers for internal users. examples include processing refunds, updating customer information, managing user permissions, triggering batch jobs, and etc.

the goal of internal apps is to optimize tasks that are tedious and time consuming, but not too common for an off-the-shelf product to be available.

since the internal apps aren't the main product developers work on in a company, they prefer to build them quickly with minimal resources.

internal tools usually run on a server, as does Dropbase




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: