Tutorial by Topics: server

ParameterDetailsstart_responseA function used to process the start
addFunction() //Register one (or more) function into SOAP request handler addSoapHeader() //Add a SOAP header to the response fault() //Issue SoapServer fault indicating an error getFunctions() //Returns list of functions handle() //Handles a SOAP request setClass() //Sets the class which han...
These are two sample programs that work together. One is a simple server, the other a simple client. Start the server in one window: python tserver.py Edit the server address in the client source file if desired. Then run python tclient.py The client connects to the server, then asks for i...
new EventSource("api/stream"); eventSource.onmessage=function(event){} eventSource.onerror=function(event){}; eventSource.addEventListener=function(name, callback, options){}; eventSource.readyState; eventSource.url; eventSource.close();
Though Node has many framework to help you getting your server up and running, mainly: Express: The most used framework Total: The ALL-IN-ONE UNITY framework, that have everything and do not depend on any other framework or module. But, there is always no one size fits all, so developer may nee...
The open-source, application framework to easily build serverless architectures on AWS Lambda & more. This section includes, how to setup serverless framework for application development with relevant examples. "Serverless" is a framework: https://serverless.com/
gen_server is an important feature of Erlang, and require some prerequisite to understand every aspect of this functionality: Loop, recursion and state Spawning processes Message passing OTP principles A good way to learn more about a feature in Erlang is to directly read the source code ...
Conceptual Hierarchy In the SharePoint conceptual hierarchy, site collections contain sites, which in turn contain lists. A site collection (SPSite) has no explicit UI but always contains one root level site (accessible through the RootWeb property) and possibly additional subsites under that r...
This section provides an overview of what parse-server is, and why a developer might want to use it. It should also mention any large subjects within parse-server, and link out to the related topics. Since the Documentation for parse-server is new, you may need to create initial versions of tho...

Page 2 of 3