Is there a way to combine many programming languages in the same project ??!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is there a way to combine many programming languages in the same project ??!!

I want to make a website with 1-( react js and node js) and 2- I want to make a chat bot in the website and some AI with python. 3-and some data science models in the website with R..... Is There a way to combine them in the same website?? .. And thanks

24th Dec 2021, 2:55 PM
Adam Ehab
Adam Ehab - avatar
4 Answers
+ 3
Adam Ehab it's possible with API concept. You build the AI chat bot as an API You also make your R Data science model accessible as API Then you build the main site with react and node.Js and link it to you different APIs who will do the treatments on their own and provide their results to your main site.
26th Dec 2021, 10:52 AM
Elon
Elon - avatar
+ 3
Adam Ehab you're welcome !
26th Dec 2021, 12:01 PM
Elon
Elon - avatar
+ 1
26th Dec 2021, 11:59 AM
Adam Ehab
Adam Ehab - avatar
0
Martin Taylor on the desktop-side-of-the-things (not web), there's any way to combine more than one language without need of use one as main (usually an interpreted one), and then other as complementary (usually a precompiled one) using dll?
24th Dec 2021, 11:53 PM
Kiwwi#
Kiwwi# - avatar