Last post show a " Simple web server using org.apache.http.protocol.HttpService ". In this post, I tried to provide image download, by visi…
قراءة المزيدIt is a example of simple web server, using org.apache.http.protocol.HttpService. org.apache.http.protocol.HttpService is a server side HTTP protoco…
قراءة المزيدExample to implement simple HTTP server on Android: MainActivity.java package com.example.androidhttpserver; import java.io.BufferedReader; import ja…
قراءة المزيدExpress is a web application framework for Node.js. This post show how to install Express on Raspberry Pi, locally in working directory, and generat…
قراءة المزيدThe example demonstrate how to implement a simple HTTPServer using Python, with custom HTML. The port number, 8080, is hard coded in py. You can visi…
قراءة المزيدWith Python pre-installed on Raspberry Pi, it's really easy to start a simple http server by enter the command: $ python -m SimpleHTTPServer You…
قراءة المزيدInstall Apache webserver, enter the command: $ sudo apt-get install apache2 The /var/www directory is owned by the root by default after installed. I…
قراءة المزيدPrevious post show how to " Install LAMP web server on Raspberry Pi ". The /var/www directory is owned by the root by default after install…
قراءة المزيدThe term "LAMP" refer to the common configuration for webservers which standard for: Linux operating system Apache webserver MySQL database…
قراءة المزيد
Social Plugin