Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear sir/madam,

Here some time network problem in server to client node. when server not connect time we want to work with client side. Then after server connecting all client side data send to server.

Please any one give suggestion or any reference link.
Posted
Comments
sudevsu 6-Jul-15 10:43am    
Do you mean you want your website to work Offline mode?
rkganapathy 7-Jul-15 0:21am    
Yes Sir

1 solution

Such scenario is known as, "Offline web applications". You create an offline application that operates without any problem and allows your clients or users to work as they would work with your application. The only thing that doesn't work is online content access. For example, Google Drive works in the same way.

W3.Org has also written a documentation for the standard to create offline web applications. There are many techniques, such as storing the data in localStorage objects, and when internet access is available you upload that data to server and store it or if you are having any other idea you can use that one also. Read this documentation on W3.Org[^] and also read the references that they have provided you with.

For more on localStorage, please read this MDN documentation[^].
 
Share this answer
 
v2
Comments
rkganapathy 7-Jul-15 0:24am    
Thanks for your suggestion.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900