Top "Server" questions

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

redis-server in ubuntu14.04: Bind address already in use

I started redis server on ubuntu by typing this on terminal: $redis-server This results in following > http://paste.ubuntu.…

redis server port in-memory-database
React tutorial - how do I start the node server for a reactJs application?

I'm just starting the react.js tutorial, I've downloaded the files and then it mentions: "Follow your progress by opening …

reactjs npm server localhost
How can I find out a facebook profile from an instagram picture?

Using source, I have found out that 1] Instagram saves pictures in : igcdn-photos-<x>-a.akamaihd.net/... 2] Facebook saves …

facebook server instagram fileserver
how to disable direct access to a web site by ip address

I have a website on a VPS. The issue I am having is that when I enter the IP of …

nginx dns ip server cloudflare
How to measure server response time for Python requests POST-request?

I create requests POST-requests like this, where I specify timeout threshold: response = requests.post(url, data=post_fields, timeout=timeout) …

python python-3.x server network-programming python-requests
Golang. What to use? http.ServeFile(..) or http.FileServer(..)?

I'm a little bit confused. Much of examples shows usage of both: http.ServeFile(..) and http.FileServer(..), but seems they …

go server
What is the difference between Tomcat and TomEE, TomEE and TomEE Plus

I want to deploy EJB ear in a server but I am really confused about choosing a server among tomcat, …

java tomcat server apache-tomee
How to Send push notifications using One Signal + PHP + Server API?

I am using one signal to send push notification for android app. My question is How Can I setup send …

php android api server onesignal
prevent direct url access to php file

I have a php file say "check.php" in my website and it is executed when a form is submitted. …

php html .htaccess server
Can any c# application be run on linux

I am developing a game server in c#. Server talks to clients via sockets and sends byte[] using custom packet …

c# linux windows server