multihack / multihack-web

Realtime collaboration for programmers. (Web Version)
https://multihack.github.io/multihack-web/
MIT License
93 stars 18 forks source link

Crashes on larger projects #17

Open t-mullen opened 7 years ago

t-mullen commented 7 years ago

Probably too many DOM nodes to start with, memory issue later.

Need to take a different approach to the virtual filesystem if we want to support much larger projects.

mrGrochowski commented 6 years ago

fso.js ?

t-mullen commented 6 years ago

It seems deprecated. IndexedDB will probably work here.