Getting-started: Setup Database for Node.js
Posted
by
Emile Petrone
on Stack Overflow
See other posts from Stack Overflow
or by Emile Petrone
Published on 2010-12-27T23:45:29Z
Indexed on
2010/12/27
23:54 UTC
Read the original article
Hit count: 394
I am new to node.js but am excited to try it out. I am using Express as a web framework, and Jade as a template engine. Both were easy to get setup following this tutorial from Node Camp.
However the one problem I am finding is I can't find a simple tutorial for getting a DB set up. I am trying to build a basic chat application (store session and message).
Does anyone know of a good tutorial?
This other SO post talks about dbs to use- but as this is very different from the Django/MySQL world I've been in, I want to make sure I understand what is going on.
Thanks!
© Stack Overflow or respective owner