mirkokiefer / MoonStore

start of a library for data tracking and syncing in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MoonStore This was my first attempt at rewriting LivelyStore in a high-level language.
I decided to continue the work in JavaScript with synclib. Nevertheless this little excercise taught me a lot about Lua.
Lua is a great choice if you need to implement logic in a cross-platform way - Lua's C interface is awesome!
Once I get the JavaScript implementation done I might actually port it back to Lua to get it working on mobile devices.

About

start of a library for data tracking and syncing in Lua


Languages

Language:Lua 99.9%Language:Shell 0.1%