0

i want to save my feeds to database in nodejs and socket.io but i haven't any article about mysql connection in nodejs. I want to feeds to save to mysql database, load to page without refresh. How must i do?

skalpz
  • 1
  • 1

1 Answers1

0

You can use node-mysql. A pure node.js JavaScript Client implementing the MySql protocol. Maybe it's a good idea to create some Client side models with Backbone and Marionette to send a request to the server to persist the data.

Take a look at: Marionette and Backbone

Stofkn
  • 1,428
  • 16
  • 24