+ 7
How to use non web languages for front end ??
How can we use non web languages like python, java Ă©.t.c. for front-end development?? Py frameworks like django are only for back end.
15 Respostas
+ 8
Talk to them on SoloLearn.
+ 6
Java has applet for front end so it still count
And python, even though its not natively supported in browser think its still possible. You might be able to write the python interpreter in js to make it work in browser
edit: well i found one https://github.com/brython-dev/brython/blob/master/README.md
+ 6
Taste Maybe because I tried it after html5 was here. Btw I want a substitute for JS. Is there any ??
+ 5
You also can do it in C or C++ !
If you want it in a browser : use WASM (Web Assembler)
If not : you can communicate with your server using sockets and recreating the protocol (HTTP, SMTP, ...) or use libraries that get the job done for you. For HTTP, I know that curl has an API (libcurl) that do it really easily
+ 5
You can use python in web.
For example, this is what Burey Made
https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
+ 5
Taste I have tried applet but it's not that cool. Also, html5 doesn't support it.
+ 5
Mamun Rahman If I sincerely talk about java then I must say I forgot more than half of it since the day I have switched to py. So, I may not be the best person to help u with advanced java. Btw u can take help from people like Gaurav Agarwal and LukArToDo
+ 2
What is WASM Baptiste E. Prunier
+ 2
àČźàČŸàČ°àłàČ€àČż it is a solution to make web pages using C or C++,but I never used it personally
+ 1
What about c#?
+ 1
It was the coolest thing in web development, same as flash.
But html5 really kill them, it has the functionality they were offer ÂŻ\_(ă)_/ÂŻ
+ 1
Yeah, there are.
You can use python3 with brython link provided above, or python2 using skuplt like in burey's code
0
thank you for the response
how do i get in touch with either of them?
- 1
Arishi i need your help with java is there anyway to pm u
- 1
Arushi*