Program With Erik

About

Blog

This site is my tutorials, rantings and musings on software development, with a focus on JavaScript, Ember.js, Vue.js and Node.js.

Apr 13 2015 on Express, Node, Mongo

How To Add Records With Mongo And Ember

This is an ongoing series of posts where I cover how to create a Node/Express/Mongo back-end with an Ember front end. We've already created a REST serverinterface in a previous post then we added in Mongo and finally we added in an edit and delete quote feature. With…

continue reading →
Apr 06 2015 on Express

How To Setup Your Ember Project With Node or io.js And Express

Using a great front-end framework like Ember is fun to use. Unfortunately most applications we write are going to need some sort of back-end. We could go with Firebase and I've done that in a previous post. What else is out there? Most people would argue that Rails is the…

continue reading →
Mar 08 2015 on Express, Web Sockets

Socket.IO Tutorial With io.js and Express

Socket.IO enables real-time event-based communication. What that means is that we can communicate to the server from the client and in return the server can talk back to the client. Socket.IO uses WebSockets when it can and has failovers if the browser does not support it. It's fairly…

continue reading →
Page 1 of 1