mongodb « playframework « Java Enterprise Q&A





1. NodeJS vs Play Framework for large project    stackoverflow.com

I am really torn between two different stacks with which to build a large application. One the one hand there is this option:

  • Node.js
    • express
    • coffee script
    • coffeekup
    • mongoose/mongodb or
    • presistencejs/mysql

  • Play Framework w/ Scala
    • Anorm w/ mysql
    • or mongodb
The node.js ...