FrozenCanuck / Ki

A Statechart Framework for SproutCore
http://frozencanuck.wordpress.com
Other
105 stars 7 forks source link

Does Ki works with Node.js? #22

Closed ghost closed 13 years ago

ghost commented 13 years ago

I wonder if Ki works with Node.js?

If it does, how do I include it?

Thanks.

FrozenCanuck commented 13 years ago

Not by itself since Ki requires SproutCore's runtime subframework to function. However, if the SC runtime can be injected into node.js, then, yes, you will then be able to use Ki.

Speaking of which, the ability to use statecharts in node.js is a great idea :-)

ghost commented 13 years ago

Yeah. Working with Node.js with no statechart is like coding spaghetti back in the days :)