Top "Httpserver" questions

An HTTP Server is any application which receives requests via the HTTP protocol and sends back the corresponding response to fulfill the request.

Flask - How to make an app externally visible through a router?

The question in short How do you run a simple Flask-based website visible to the internet, from a host PC …

python python-2.7 flask router httpserver
node http-server to respond with index.html to any request

I have installed http-server globally. I launch it from myDir on localhost port 8080. In myDir I have index.html. If …

node.js httpserver
Can I make a Java HttpServer threaded/process requests in parallel?

I have built a simple HttpServer following tutorials i have found online, using Sun's lightweight HttpServer. Basically the main function …

java httpserver
Create WebSockets between a TCP server and HTTP server in node.js

I have created a TCP server using Node.js which listens to clients connections. I need to transmit data from …

node.js websocket socket.io tcpserver httpserver
How to implement an HTTP server on android

I've two android applications on same LAN provided by WIFI : App (A) that open a listening socket on port 8033 App (…

android sockets client httpclient httpserver
Running NodeJs http-server forever with PM2

My question is about running HTTP-server in combination with PM2. The problem I face is that: HTTP-server requires as input …

node.js httpserver pm2
Are there languages/software that implements http status code 418?

I know that status code 418 was defined as a April Fools' joke, and "is not expected to be implemented by …

http http-status-codes httpserver
How do I serve index.html by default in my http-server

I have created a basic AngularJS app in node environment. I am using http-server module for serving the files to …

angularjs localhost httpserver
How to limit the connections count of an HTTP Server implemented in Go?

I am trying to implement an HTTP Server in Golang. My problem is, I have to limit the maximum active …

go httpserver
Angular 5 fix relative path for Assets/ folder

I am working on an Angular 5 app, I am hosting it on a Apache2.4 http server redirecting it with a …

angular angular5 httpserver