02-24-2016, 07:53 PM
(02-24-2016, 06:33 PM)solidcodes Wrote: @alberleao
In your personal experiences what are the advantages and dis-advantages of Node.js?
Thans in addvance for sharing...
No worries. Here is what I would say...
Advantages:
- Very fast & Async
- Much higher performance when using websockets
- Easy to integrate with mongodb
- Has a lot of libraries with NPM
- May look familiar because you know javascript
- Is more difficult to setup than PHP+Apache
- Just because you know client side javascript (jquery) does not mean you know enough to right backend code
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!