PureMVC Architects Lounge

PureMVC Manifold => Multicore Version => Topic started by: tolmark12 on March 06, 2012, 10:29:01



Title: Real World Examples of the Native JS port
Post by: tolmark12 on March 06, 2012, 10:29:01
I'd love to see any projects people are working on. I couldn't be more happy to see a PureMVC native javascript port. I've used it for a dozen flash projects and was sorely missing it on the js side of things.

Here's my first puremvc javascript app:
http://pagodabox.com/cloud-hosting-price (http://pagodabox.com/cloud-hosting-price)

(Also used Grant Skinner's Easel.js, and spine.js)


Title: Re: Real World Examples of the Native JS port
Post by: puremvc on March 06, 2012, 01:34:17
Woot! This is definitely a showcase item:
http://puremvc.org/content/view/187/176/

Sweet interface. Makes me wish I had a PHP app to deploy right now :)

-=Cliff>


Title: Re: Real World Examples of the Native JS port
Post by: jon.opus on May 08, 2012, 12:30:44
This looks great!
What kinds of developer tools are people using in the real world for PureMVC projects?
I'm looking for tools like auto complete and live error checking. I see in this examples that there are comments that look like they do compile time type checking. What tools are you using for that?

Thanks for the insight,
Jon