Is GPL really viable for a web framework? The Free Software Foundation has consistently held that linking to GPL code (not LGPL) is derived work.
[[citation needed]]. From what I remember, the FSF is pretty consistent in saying that deriving from GPL code is derived work. If your linking constitutes a derivation (a common example would be a database handler that you adapt to your application after you've loaded it) then it is a derivation. If you just loosely call it, it is not.
Show HN: Meteor, a realtime JavaScript framework
51–60 of 350 posts
Re: Show HN: Meteor, a realtime JavaScript framework
#52This is a very uncool way to install something: $ curl install.meteor.com | /bin/sh
- Though it "feels wrong" (definitely with you there), is it really any different from downloading an installer package and running it?
- You can just go to install.meteor.com in your browser if you want to see what the script does (or just leave off the | sh), which is arguably better than other installation mechanisms.
Curious to hear people's thoughts :)
Re: Show HN: Meteor, a realtime JavaScript framework
#53Re: Show HN: Meteor, a realtime JavaScript framework
#54Re: Show HN: Meteor, a realtime JavaScript framework
#55"You can use the database api on the client!" Does that freak anyone else out? Where are they doing permissions checking? Who can run what database commands under what circumstances?
Re: Show HN: Meteor, a realtime JavaScript framework
#56It was a few years since I was "in" with the new things happening in the web-world. But how did JavaScript come to be the new "cool" language? It got some horrible problems with object oriented stuff, some really strange bugs/features, and it's slow-ish. I liked making cool stuff with JavaScript, but compared to something like ruby isn't this a step backwards? I can see the advantages of this framework, but it still…
Re: Show HN: Meteor, a realtime JavaScript framework
#57Is GPL really viable for a web framework? The Free Software Foundation has consistently held that linking to GPL code (not LGPL) is derived work.
I think Meteor actually has the opposite problem: Running a web app is not generally considered to be distribution, so as long as you aren't actually giving the source code to anybody else, the requirements of the GPL don't apply to you. (IANAL, but this is my understanding.)
Re: Show HN: Meteor, a realtime JavaScript framework
#58Re: Show HN: Meteor, a realtime JavaScript framework
#59Re: Show HN: Meteor, a realtime JavaScript framework
#60This is a very uncool way to install something: $ curl install.meteor.com | /bin/sh