Micro Blogging - tutorial or remix?

Can anyone recommend a Node js Micro Blogging tutorial or project to remix?

Something simple to get the basics down and get off the ground.

1 Like

The simplest starting point would probably be to remix one of our db example projects, like https://gomix.com/#!/project/sqlite3-db. They provide all the mechanics you need to create a micro blog: posting, storing and retrieval of data.

For a fuller example, check out this Twitter clone project: https://gomix.com/#!/project/node-twitter

1 Like