How can i make a server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can i make a server

19th Apr 2020, 9:51 AM
Mensah Otabil Benedict
Mensah Otabil Benedict - avatar
13 Answers
+ 4
You need to tag a relevant language in your thread tag, it currently says '0', which does not help deduce which language is relevant to your question topic (build a server app).
19th Apr 2020, 10:03 AM
Ipang
+ 4
XMAP and WAMP both are used as a server
21st Apr 2020, 3:38 AM
Ketul Patel
Ketul Patel - avatar
+ 3
Do you mean a Webserver?
19th Apr 2020, 10:01 AM
Jan Metz
Jan Metz - avatar
+ 3
With the Programm "XAMPP"
19th Apr 2020, 10:03 AM
Jan Metz
Jan Metz - avatar
+ 3
In which language?
20th Apr 2020, 11:44 AM
None
+ 2
Add relevant tag before posting any post
19th Apr 2020, 5:01 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 2
In Node js var http = require('http'); http.createServer(function (req, res) {   res.writeHead(200, {'Content-Type': 'text/html'});   res.end('Hello World!'); }).listen(8080)
20th Apr 2020, 3:44 PM
Armin Amiri Nasab
Armin Amiri Nasab - avatar
+ 2
WAMP
21st Apr 2020, 3:11 AM
Kumar
Kumar - avatar
+ 1
Its for Windows,Linux and Mac OS
19th Apr 2020, 10:07 AM
Jan Metz
Jan Metz - avatar
0
Yes pls
19th Apr 2020, 10:02 AM
Mensah Otabil Benedict
Mensah Otabil Benedict - avatar
0
Ok
19th Apr 2020, 10:06 AM
Mensah Otabil Benedict
Mensah Otabil Benedict - avatar
0
Thanks
19th Apr 2020, 10:06 AM
Mensah Otabil Benedict
Mensah Otabil Benedict - avatar
0
take a server. you make it for 5 mins and you have a server.. ; )
20th Apr 2020, 6:50 PM
Jebin Babu
Jebin Babu - avatar