Originally posted by Hawxe
You keep saying web technology. What's the stack on the client? It's not using electron is it? Please tell me it's not using electron.
edit. You know what an actual question:
Why are so many companies using javascript based stacks for things like this as opposed to something more native? Is it meant as a holdover until a future League 2 with a combined client?
It's not using Electrion ;)
It's built on top of the Chrome Embedded Framework, with a custom-built foundation underneath.
As to your larger question of why the JS stack is sometimes picked over native solutions - I can't possibly speak for the entire tech industry on that, but I'm happy to give my personal opinion based on what I've seen in general industry trends.
I think there was a lot of hype super early in the development of the interactive web that had people believing the future of the native application was limited. The Google suite in general gave that a lot of ammunition - if you can compete with MS Office using web tech, what can't you do? That's a sane, reasonable conclusion to make if you aren't aware of the massive amount of work that goes into making those products as smooth as they are.
As with much tech industry hype, there is a lot of value inside of it. Web-based applications are hugely valuable and solve many problems that ...
Read more