Search code examples
javascriptnode.jstitaniumappcelerator

Will learning Titanium Appcelerator improve my understanding of NodeJS?


I am learning how to build mobile JavaScript Application in Titanium Appcelerator. I am reading some of the documentation and they are now using the V8 Engine as their JS interpreter for Android. And some of the approaches are a clone of Node. Can I get a clearer understanding of Node by learning how to build App using Titanium Appcelerator?


Solution

  • No. Titanium is an API around the native iOs, Android, etc libraries for building mobile apps. Most casual users will never delve into the internals of whatever js engine Titanium uses under the covers.

    You will learn more about node.js by building node.js apps. If you want to learn about v8, you can always download the source. Same for node.js.