I am trying to create a REST service for an iOS application.
I am debating to which framework should I use (as I am also a bit new to Node.js).
I started by considering the following - Express, HAPI, RESTify, KOA.js (using KOALA maybe?) and ended up by debating between RESTify (because it seems to be really easy for creating API) and KOA.js (because it is the new standard which will replace Express)..
also I saw the spike of popularity KOA.js was given recently..
Can someone give me the answer to which will be better for me?