Posts by Filipe Deschamps • 21 points
2 posts
-
2
votes2
answers326
viewsA: Database to work with nodejs
My answer to all these questions would be Postgresql (which is not on your list but should). Some big players that use it are Instagram, IMDB, Macworld, Apple, Skype and meets very well in…
-
0
votes3
answers633
viewsA: Problem to use Gulp
Make sure that in your gulpfile.js there is indeed a task default, as in the example below: gulp.task('default', function() { gulp.run('scripts', 'styles', 'images', 'lr-server'); });…
node.jsanswered Filipe Deschamps 21