SF HTML5 July

I was at Google SF office for the SFHTML5 meetup. It was an amazing talk – “The ABCs of APIs with Node.js” with Greg Rewis. Greg gave a demo of three things

1. a127 from Apigee – A CLI which can help with node applications. Creates a stub, deploys it, starts the server and a lot of other things.

$ sudo npm install -g apigee-127

2. Swagger is a great tool that helps you document your APIs. (very similar to RAML).

3. Ignite Engine – Ignite is a new framework that helps you build native iOS apps without coding. Amazing tool to build prototype apps.

There were also lightning talks from hapi JS and Leap motion.