I'm looking at using NodeJS or IO.JS for a server app that requires a lot of RAM, 4-8GB, possibly more.
Considering the most up-to-date version of V8 and IO.JS (current is 3.3.0):
- is it realistic to implement using the latest IO.JS?
- is the platform generally suitable for such an app?
- what is the recommended approach to managing and accessing such memory from within a NodeJS process?
- any specific problems to be expected?
Please, any cons and pros using NodeJS for such an app are welcome!