By editor, 15 December, 2017 Test website load using AB (ApacheBench) Tags WebService Server Linux Utility The apache benchmark tool is very basic, and while it will give you a solid idea of some performance. Some parameters:
By editor, 25 July, 2017 How to create a JSON web service on drupal 8 ? Tags Drupal 8 Code Module WebService This is a simple example of a web service. For the example, We will make a service to multiply two numbers. Create JSON WebService module Create a module. Here : mywebservice
By editor, 13 December, 2016 Install Solr Search API Tags Server Linux WebService Install Solr 5.4.1 on Debian Linux Step 1. Install JAVA 7 (In not already installed) sudo apt-get install openjdk-7-jdk
By editor, 19 October, 2016 Drupal 8 RESTful Web Services Tags Drupal 8 Code WebService Step 1: Activate RESTful Webservice Active modules: HAL (hal) RESTful Web Services (rest) HTTP Basic Authentication (basic_auth) Download and active contrib modules: REST UI (restui)