Tag Archives: node

Build Mobile Web Apps with Backbone.js and the Salesforce Platform

The new set of Mobile Packs for the Salesforce Platform provides sample apps for a range of frameworks. In this blog entry, I’ll explain some of the motivation for using a client-side JavaScript framework, focusing on the Mobile Pack for Backbone.js in particular.

In Blog: developer-relations | Also tagged , , , , , | Leave a comment

Build Mobile Web Apps with AngularJS and the Salesforce Platform

Salesforce Platform Mobile services make it easier and faster for you to create mobile apps on the Salesforce platform. I had the distinct pleasure of helping with the Angular JS Mobile Pack, and today I’m going to walk you through how that sample app works. If you haven’t touched Javascript in a while, you will be pleasantly surprised at how easy it is to use this framework once you get the hang of it. And, it’s a great introduction to Twitter’s Bootstrap at the same time.

In Blog: developer-relations | Also tagged , , , , | Leave a comment

Real-time push notifications from Force.com to Heroku using WebSockets

Third and final installment in a series that explores the design and code for Social Web-to-Lead, a Node.js application running on Heroku that allows Facebook users to save their contact information in Salesforce via a ‘Contact Me’ link. This post reviews how the application implemented real-time push notifications from Force.com to the Heroku application using WebSockets.

In Blog: developer-relations | Also tagged , , , , | Leave a comment

Optimized Heroku-Force.com Integration Using Redis and Apex REST

Second part of a series that explores the design and code for Social Web-to-Lead, a Node.js application running on Heroku that allows Facebook users to save their contact information in Salesforce via a ‘Contact Me’ link. This post reviews how the application uses a Redis database and a custom Apex REST service to implement a more efficient design that consumes fewer Force.com API calls.

In Blog: developer-relations | Also tagged , , , , , , | Leave a comment

Creating a Force.com-Backed Facebook App on Heroku

This post describes the design and architecture of Social Web-to-Lead, a Node.js Facebook application running on Heroku that allows Facebook users to enter their contact information via a ‘Contact Me’ link. That information is then captured as a Lead record in Salesforce.

In Blog: developer-relations | Also tagged , , , , , | Leave a comment

Using Passport for OAuth with Force.com

Passport is a great Node.js middleware module for handling OAuth strategies with Express or Connect based applications. It maintains a basic concept of building out strategies which makes it easy for providers to add new strategies, as well as a smal

In Blog: developer-relations | Also tagged , , , | Leave a comment