02-21-2016, 11:26 PM
(02-21-2016, 05:56 PM)solidcodes Wrote: @albertleao
What framework you are using dude?
By the way I'm planning to use Express.js, yours?
What's the most recommended framework in node.js right now?
It really depends on what you are doing. My node.js application isn't a user facing system and doesn't need a framework for the tasks that it's completing. I just use various libraries to run a very limited amount of scripts.
Express.js is the most popular framework and easiest to get started in. I've worked on a few apps in Express and its very simple to use and get going with.
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!