ruby on rails - Create an offline version of web application -


question : start write application can work without internet connection? this

explanation : have web application deployed. since internet not great in india, create offline version of same web application users/people can access without internet well. want them experience similar stuff of web interface without of changes.

one idea came mind create tar ball of contents of application , ship people/users. users have use tar ball install/configure on machine can use it. contents of tar ball debatable should enclose in tar ball. apache, technology stack etc etc.

i happy write more in case have not written precisely. question not related technology stack might of interest everyone. since not sure right tag append here, can stackoverflow team tag right tag. :)

my application in ror. so, tagging ruby on rails community. may can here?

as long web application contains flat files (html, css, js, text data, etc.) , not depend on components need installed, can distribute files in archive (.zip more cross-platform-friendly) , user open application opening front page in browser. make better user, small application invokes user's browser local uri should included.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -