문제

I'm creating a client based application in HTML Application (HTA) and I would like to know if there's a object persistent library similar to python's shevle that meets the following criteria:

  • Should be able to read and write on file
  • Cross browser: should work at least on both HTA and on Firefox (through XULRunner) so that I'll be not tied to any vendor.
  • Written in JavaScript form

TiddyWiki is able to save itself, regardless of the browser used, though the codes that saves and retrieves files has to be refactored to meet my need.

도움이 되었습니까?

해결책

Well, I wasn't aware that TiddyWiki has a github repository, and they organized the files by module.

I could just take the FileSystem.js file and build a nice api on top of it to simulate shelve functionality.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top