Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I built an Intranet Web Application Without the need for Internet?

I recently approached by a company that does not require internet at all but they wanted a network application to facilitate their production.

Is it possible to meet their requirement without the need of internet?

like image 992
user37699 Avatar asked Feb 26 '09 18:02

user37699


1 Answers

Yes, It's called an intRAnet and it's hosted on a web server inside the company network. You won't have as many firewall issues, and access to the internal databases will be easier. But otherwise, it's much the same - just no internet. I'm assuming that you are considering a browser-based application since the original question tag is "web-applications".

You could, of course, also write desktop applications with no browser necessary. Or there is the hybrid solution, Silverlight (or similar) or desktop app with web services on the back-end.

like image 71
Doug L. Avatar answered Sep 30 '22 03:09

Doug L.