How to connect program to own server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to connect program to own server

Please send syntax

9th Mar 2022, 8:11 AM
Arunesh Kishore
4 Answers
+ 3
What is your server address? What type of server is it?
9th Mar 2022, 8:30 AM
Brave Tea
Brave Tea - avatar
+ 2
To run programs in own server you have to go for nodejs nodejs will have http module in that you have to use createServer method Or you can go to express js app on that we have to create express instance then we have to use listen method me have to pass port number and host
9th Mar 2022, 1:14 PM
VAMSI
VAMSI - avatar
+ 1
you can download openserver or wamp or xamp then run server on local computer. Localhost. Google it.
9th Mar 2022, 1:33 PM
Shadoff
Shadoff - avatar
- 1
Personal server
9th Mar 2022, 8:31 AM
Arunesh Kishore