Posts tagged with Meteor.js
E2E testing your Meteor app with Cucumber, WebdriverIO and Chai
E2E testing your Meteor app is quite easy with Velocity. In this article I will be using WebdriverIO, Cucumber.js and Chai to completely test my app.
Unit testing Meteor applications with Velocity, Jasmine and Sinon.js
In this article I will demonstrate how to unit test the client part of Meteor applications with Velocity, Jasmine and Sinon.js.
Writing a chat application with Meteor
In this example I'll show you how easily you can create applications using Meteor by demonstrating how to write a chat application in less than 100 lines.
Meteor Twitter streaming
With Meteor you can write really cool apps in a few minutes. In this example I'm going to give you a live Twitter feed using the streaming API.