+ 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
4 Respostas
+ 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.
+ 3
Adam Ehab you're welcome !
+ 1
Thanks.. Bro Elon Yemp #RELOADED#
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?