Is MySQL a common choice with Node.js? Don't see many people talking about SQL and Node.js. Anyone using this combo got something to say about their experience with it?
Crud-bones - Boilerplate project to kick-start your Node.JS/Mongo/MySQL CRUD app
11–15 of 15 posts
Re: Crud-bones - Boilerplate project to kick-start your Node.JS/Mongo/MySQL CRUD app
#12I am just getting in to node.js, I will have to try this and see if it makes things any easier.
Re: Crud-bones - Boilerplate project to kick-start your Node.JS/Mongo/MySQL CRUD app
#13Is MySQL a common choice with Node.js? Don't see many people talking about SQL and Node.js. Anyone using this combo got something to say about their experience with it?
Hard to say if it's a common choice. I've had few projects where Node.JS was the choice of backend, and MySQL was the database, because our frontend was PHP/static HTML/CSS/JS stuff. DB is not really important. Node.JS shines on the backend, and it doesn't really matter to what it talks to. MySQL can be decently fast, but you can as well use Node.JS solely with, say, Riak or Mongo, or just Redis?
In this "crud-bones" project I am use Redis as a cache layer, but you can use it as "storage" as well...
Re: Crud-bones - Boilerplate project to kick-start your Node.JS/Mongo/MySQL CRUD app
#14I am just getting in to node.js, I will have to try this and see if it makes things any easier.
I hope it will make things easier, or at least would server as a collection of code snippets "how to" :-) Let me know if you have any questions, or would like to have something beyond what you see there. Feel free to email me (http://alexeypro.com) or just simply contribute to the project.
Thanks!
Re: Crud-bones - Boilerplate project to kick-start your Node.JS/Mongo/MySQL CRUD app
#15Thanks. This is a huge help for me.
Let me know if you think it can be improved. I am happy to make it easier. :-)