Why do none of the linked demos work? :/
Show HN: Meteor, a realtime JavaScript framework
151–160 of 350 posts
Re: Show HN: Meteor, a realtime JavaScript framework
#152Why do none of the linked demos work? :/
Re: Show HN: Meteor, a realtime JavaScript framework
#153That combination seems like it could be spectacular, if it's at all possible.
Re: Show HN: Meteor, a realtime JavaScript framework
#154Hey everyone! The four of us have been working very hard on this for the last six months, and we're excited to finally take the wraps off. Can't wait to hear what you think! We've got a lot more stuff coming over the next few months, and if there are particular things you'd like us to do/prioritize, I'd love to hear about them!
Re: Show HN: Meteor, a realtime JavaScript framework
#155Pairing Meteor with Blossom[1] would basically close the loop on writing high-performance mobile HTML5 apps. (Blossom recently went full native on mobile -- the platform runtimes are no longer needed.) [1] https://github.com/fohr/blossom
Re: Show HN: Meteor, a realtime JavaScript framework
#156Is GPL really viable for a web framework? The Free Software Foundation has consistently held that linking to GPL code (not LGPL) is derived work.
Re: Show HN: Meteor, a realtime JavaScript framework
#157Re: Show HN: Meteor, a realtime JavaScript framework
#158Earlier quoted context omitted.
We've actually written a lot of testing for the core framework packages -- those tests are in each package directory. Look for *_test.js files. https://github.com/meteor/meteor/tree/master/packages/ You're 100% right though. We don't have a fully baked story yet for application level testing. It's something we're trying to push forward as soon as we can.
From product adoption perspective, you guys are going to win a lot more users if you can support the following scenario: 1) unit-tests 2) integration-tests 3) provide at least guidance/best-practices on client-side testing in the _headless_ scenario (no complex setup of remote machines with 3-4 browsers installed etc) People may have their opinions about testing UI/client-side (is it end-to-end? is it worth? not test…
Re: Show HN: Meteor, a realtime JavaScript framework
#159Re: Show HN: Meteor, a realtime JavaScript framework
#160Hey everyone! The four of us have been working very hard on this for the last six months, and we're excited to finally take the wraps off. Can't wait to hear what you think! We've got a lot more stuff coming over the next few months, and if there are particular things you'd like us to do/prioritize, I'd love to hear about them!