WebRTC using Meteor & PeerJS: A Basic Tutorial

WebRTC means 'Web Realtime Communications' and it comes built into certain browsers like Chrome and Firefox. The WebRTC API covers all the steps to stream live video, audio & data, but it becomes complicated when you fulfill all the steps on the way to calling your friends. PeerJS abstracts away…

Read More

A Basic Cucumber Meteor Tutorial

I have hit my head against several walls as I endeavored to start testing my Meteor applications. Recently, one of the main Velocity authors pushed important updates to his meteor-cucumber package. Before this update, I never bothered with Cucumber. But I saw in this update an opportunity to finally learn…

Read More

Test-Driven Meteor: A Very Basic Tutorial

Welcome to your first day at the Meteor Widget factory! Today we will get started building our widget app. Specs include clicking a button and seeing "New Widget!" appear on the screen. Most importantly, we will develop this feature test-first. We will use just a few tools: Meteor, Velocity &…

Read More