Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I respectfully disagree, however, applications need to come back to the desktop. All hail electron for bringing in us bastard web designers.
-
Voxera115857yI also disagree.
An application is not a website just because it runs in a browser.
The difference is more in its goal.
A website is a collection of pages presenting information.
An application is much more interactive and often solves a problem.
Also, a website is more passive information while in an application the user/visitor affects the information directly.
Our web applications contains more c# than html/css and javascript combined.
The web is just another gui like windows forms.
And finally, unless you are building a compiler, your code will not produce an executable, it might be transformed into an executable =D -
If logic runs in your browser it is an application. You download it and run locally. If the logic runs on the server them it is a website.
-
kb8816077yI'd even turn that around - don't call my carefully crafted Web Application a 'Website', it does so much more than just presenting text and articles...
-
I dont want to trigger webdesigners.
For me its always going to be a Website doesnt matter how many JavaScript Frameworks you use. -
Beg to differ. It's an application, and you're delivering an executable, in the form of .Jar, .War, .Js, .Php etc.
-
Voxera115857y@iNCEPTiON well
http://www.quakejs.com
This is a javascript version of quake.
Is it still a website?
By the way, its the original c++ code cross compiles into javascript ;)
More info here
https://github.com/kripken/... -
@iNCEPTiON the user is the owner of the application, and in this case, the company or person who pays to get application created.
-
@Voxera
Sure nowadays People use JavaScript for everything. Is it Right? Nahh hell no ;)
If this trend continues Future Programmers wont know shit about Computer Science since there will be a Javascript Framework for everything. :)
80 % of the "developers" ive interviewed failed hard because they want frameworks doing the work for them. -
Voxera115857y@iNCEPTiON there will always be real programmers, some one has to build the frameworks and compilers ;)
And I agree, js is not the best lang as language comes but it has the benefit of being the most available client side platform.
But soon there will be webassembly which had nothing to do with javascript but will be a compiler target that you could use any language with.
And all major browsers are going to support.
http://webassembly.org
"Don't call it Application, call it Website. If you Code produces an executable that the user can run then call it Application". Fcking WEBDESIGNERS
undefined