Top "Server" questions

A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.

npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Nuwanst\package.json'

I just want to install socket.io to my project which is located on 3.chat folder. But when I run …

javascript node.js npm server node-modules
Express.js - app.listen vs server.listen

This may be a very basic question but I simply don't get it. What is the difference between creating an …

node.js express server
Where is the web server root directory in WAMP?

Also is the web server root directory the place where you put your site files and later acces them with …

server wamp document-root
Golang read request body

I am writing my own logginMiddleware. Basically, I need to log body of the request and the response. The problem …

http go server
Server http:/localhost:8080 requires a user name and a password. The server says: XDB

I am trying to access localhost:8080 but it is showing me I need to enter user name and pass word. …

tomcat server localhost
What does "app.run(host='0.0.0.0') " mean in Flask

I am reading the Flask documentation. I was told that with app.run(host='0.0.0.0'), I could make the …

python web tcp flask server
how to run a selenium-server-standalone?

I'm trying to run selenium server, and get errors: rond-macpro:selenium eladb$ java -Dwebdriver.chrome.driver=./chromedriver -r selenium-server-standalone-2.44.0.jar …

java selenium jar server
How can I view the complete httpd configuration?

I'm trying to figure out what is the full complete configuration of an httpd setup. All the configurations files are …

apache centos apache2 webserver server
How to add JBoss Server in Eclipse?

I am new to JBoss and have just installed Eclipse. I have added a project to the workspace and now …

java eclipse jboss server
django development server, how to stop it when it run in background

I use a clode server to test my django small project , I type in manage.py runserver & ,and then …

python django server