How c++,python,java are used as server-side scripting?What are the functions used to create a server database in c++ or python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How c++,python,java are used as server-side scripting?What are the functions used to create a server database in c++ or python??

I know that how php works on server, but how actually c++ ,Python are used for server side??

2nd Dec 2019, 1:13 PM
MegaMaster666
MegaMaster666 - avatar
1 Answer
+ 1
For python, for example flask, they have the module that you can install to your python using command “pip” in your command line, using this module the python can create a local server on your machine. For database I am sure it is similar, also for C I never really try to find out, but it might be using external module too.
3rd Dec 2019, 1:00 AM
Owenizedd
Owenizedd - avatar