Skype celebrates 7th birthday by giving away 400 minutes to everyone
Skype rolls out more multitasking control with new version 2.1.2 for iPhone

Creating voice, SMS, IM and Twitter apps using Node.js and Tropo

nodejs.jpgI freely admit to being intrigued by all the various new tools (frameworks, platforms, etc.) that are springing up to aid in the rapid creation of web sites and services. One such intriguing tool is Node.js, a way to build event-driven scalable applications using plain old JavaScript. It's truly a fast way to get web apps up using a language known by most web developers.

So I was naturally pleased to see the Voxeo Labs team come out with a post "Use Node.js & Javascript to Write Your Tropo Apps" explaining how you could build communications apps using Tropo.com and the new Tropo Web API library for Node.js created by Mark Headd (who does not work for Voxeo but likes to develop apps on Voxeo's platforms). The Node.js library for Tropo can be found up on Github at:

http://github.com/tropo/tropo-webapi-node

You create your app using Node.js and then login to Tropo and create an app there pointing to the URL where your Node.js server is running. In Tropo you can then add phone numbers to the app for both voice and texting/SMS, add instant messaging IDs for most major networks (AIM, MSN, Yahoo, Jabber) and add a Twitter ID, too. One app connecting to all those different channels.

The Tropo team followed up with another Node.js sample app... this one showing how you could do voice recording.

All in all pretty cool stuff for JavaScript developers to build apps with!


If you found this post interesting or useful, please consider either:


Comments