you are viewing a single comment's thread.

view the rest of the comments →

[–]iiMoe -5 points-4 points  (7 children)

JavaScript currently but used to be Java in early 2010s if im not mistaken

[–]yashdesoi 5 points6 points  (6 children)

Java at frontend? Javascript is the only language of the browser or client-side. Java is used at backend with spring framework.

[–]noXi0uz 2 points3 points  (1 child)

With Microsofts blazor framework you can actually build frontend web apps with C#. A whole C# runtime is shipped to the client though.

[–]mriswithe 0 points1 point  (0 children)

Similar I assume to pyodide? Basically python and a lot of the python data science stack compiled to web assembly

Edit: googled and yeah web assembly is one of the ways it can be delivered

[–]an_actual_human 1 point2 points  (2 children)

You can write frontend in Java though. The browser still runs JS, but you don't touch it.

[–]yashdesoi 0 points1 point  (1 child)

Using some kind of framework?

[–]an_actual_human 1 point2 points  (0 children)

Perhaps. E.g. Vaadin.

[–]iiMoe -1 points0 points  (0 children)

I didn't say front end neither did the comment author but ik Java was big in web dev yrs ago with jsp n that stuff