Does Ionic framework works with iojs

Does anyone knows if ionic framework works with iojs?

Is it better?

Thanks

IOJS and Ionic are two completely different things. Ionic is a framework to build the FRONT end of apps, where as IOJS is to build out the BACKEND of apps (and front end if you have it working that way).

IOJS is more comparable to NodeJS which the ionic platform uses to manage the project, but it’s not actually in the compiled javascript or binaries that you submit to the app stores.

As far as I can see, IOJS is built off a newer standard of javascript and maintained that way, where as nodejs is built off an older version. Both are great, but IOJS may have some benefits if you’re needing the newest of the newest.