mercredi 12 août 2015

Are there any way to create offline application/page for computer using populated sqlite database. Application should be able to use js, html and css

I have multiplatform mobile application done with phonegap which uses sqlite. I want application for computer which runs only in offline mode and that application should be able to send data(with cable) to mobile application and back from mobile application to computer application. The reason I want to use javascript, html and css is that I need to use some libraries to create difficult charts and graphs which I have already done in mobile application.

I have tried to use sql.js, but I couldn't get it to work(not sure if it is even possible with that library). I don't have much experience with javascript.

I also have thought that one solution could be to create local server and load populated sqlite database there and always before starting html version of the application it starts the server and database is available. I don't have any experience about servers though and don't know if this helps anything.

Title has my original question but if you have some better approaches in your mind, please tell.

Aucun commentaire:

Enregistrer un commentaire