jagenjo / webglstudio.js

A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
MIT License
5.21k stars 605 forks source link

Suggestion: Javascript database instead mysql #18

Closed magadan closed 8 years ago

magadan commented 8 years ago

Another suggestion: instead use mysql database, why not use a sql serverless JavaScript Database ?

https://github.com/kripken/sql.js/

http://www.forerunnerdb.com/

http://www.taffydb.com/

https://pouchdb.com/

http://lokijs.org/#/

jagenjo commented 8 years ago

Because that would mean you need to run javascript in the server (nodejs), and the idea is that the server is very lightweight so it can run with any Apache + PHP + MySQL