Advertisements
Monthly Archives: January 2012
Push notifications using express.js and socket.io
So we built a real-time bidding system! Why? Because one of our clients needed it. Our customer bridges the gap between vendors and customers. (Cannot reveal more specifics like the domain etc.) Customer requests an order and vendors bid for … Continue reading
Posted in Javascript, Ruby on Rails
Tagged express.js, node.js, notification, socket.io, websockets
21 Comments
Authorize Net (AIM) payment integration with rails
Authorize Net (AIM) method enables internet merchants to accept online payments via credit card. We shall see how to integrate authorize net payment gateway inside a rails app to accept online payments using activemerchant library. Register for authorize net sandbox account … Continue reading
Posted in Ruby on Rails
3 Comments