By definition:
Web Application is an application that is accessed via the Web browser over a network such as the Internet or an intranet.
Is it possible to develop a Web App that does not need a browser to run on?
P.S. I am not looking for Offline Web Applications supported by HTML5. And although the question seems more of a Yes/No type, I would very much like detailed and descriptive answers.
EDIT 1: I am thinking on the lines of including a web browser engine (Webkit ) within my application, to make it browser agnostic. Not sure if thats possible, please point me in the right direction.
EDIT 2: This is indeed possible these days with ElectronJs or Nw.js. Applications like Slack are inherently web apps but can run on the desktop as a native app, and not in the browser.