|
|
|
|
|
by premium-concern
3469 days ago
|
|
In my experience Scala(.js) works way better than "(node -> JS, Java -> GWT, etc)". There is a large gap between those and the way Scala _just works_ across platforms. The huge difference is that you can depend on libraries and have them "just work" regardless of whether they are implemented identical on each platform, or need specific variations to implement the expected features. Neither JS/Node nor Java/GWT have that. |
|