Introduction in the company's services after more, in order to invoke the convenience, at the same time for future service governance, will generally use a number of service framework, here mainly introduce I know a few service framework, briefly analyze the basic concepts of these service frameworks. The following two service frameworks can be put into production, and I've seen companies put into production, so there's no need to worry too much about stability. ServiceStack Https://github.com/ServiceStack/ServiceStack ServiceStack may not have been used, but it's the other two components that everyone should have used, Servicestack.redis (Redis Access Tool), Servicestack.text (JSON serialization tool), ServiceStack is a service framework that can be easily used to create services that are HTTP-based, In addition, a client call is provided, and the serialization of the data consists of JSON, XML, binary, Pr
1. Summary of relevant content of common framework Introduction
Introduction: Introduction in the company's services after more, in order to invoke the convenience, at the same time for future service governance, will generally use a number of service framework, here mainly introduce I know a few service framework, briefly analyze the basic concepts of these service frameworks. The following two service frameworks can be put into production, and I've seen companies put into production, so there's no need to worry too much about stability. Servicestack https://github.com/servicestack/ser ...
2. Dotbpe.rpc Quick Start
Summary: DOTBPE.RPC is an RPC framework written based on Dotnet Core, and its dad DOTBPE, the goal is to implement an out-of-the-box microservices framework, but it also almost means, but only in the stage of conception and trial.
3. The. NET MYMVC Framework performs an action-detailed procedure
Summary: In Ajaxhandlerfactory's GetHandler method, you will eventually create a actionhandler, which is a httphandler, which will be called in the 15th step of the pipeline (referring to the blog " In the order in which you write your own service framework in ASP.
4. Java Remote communication Technology and principle analysis of graphic introduction
Summary: In a distributed service framework, one of the most fundamental issues is how remote services communicate, and there are many technologies in the Java world that enable remote communication, such as RMI, MINA, ESB, Burlap, Hessian, SOAP, EJB, and JMS, What is the relationship between these nouns, and what is the rationale behind them, to understand these are the fundamentals of implementing a distributed service framework, and if there is a high level of performance requirements, then it is necessary to understand the mechanisms behind them. 1 basic principle to achieve communication between network machines, first of all to see the computer system network.
5. Detailed Introduction to PHP Development Web Services Sample code
Summary: PHP Development Web Service WSO2 wsf/php (WSO2 Web Services FRAMEWORK/PHP,WSO2 Web service framework) is a PHP extension that allows you to create and use Web services. It supports SOAP1.1, SOAP1.2, MTOM, Web Service addressing, Web service security, and restful invocation. The latest version of WSO2 wsf/php (v2.0.0) has just been released. Here is a short guide explaining how to use WSO2 wsf/
6.. NET next several service framework introduction
Introduction: In the company after more services, in order to invoke the convenience, at the same time for future service governance, will generally use a number of service framework, here mainly introduce I know a few service framework, briefly analyze the basic concepts of these service frameworks.
7. Zan is a PHP-based network Service framework that provides the simplest way to develop high-concurrency HTTP services or SOA services for c10k+.
Summary: Zan is a PHP-based network Service framework that provides the simplest way to develop high-concurrency HTTP services or SOA services for c10k+.
8. mysql-based distributed service governance
Introduction: The company's previous distributed coordination service with Zookeeper, is now ready to replace zookeeper with MySQL, a lightweight service framework, is to put the registered services and node information persisted in the database, when needed to be queried from the database. Basic new and query functions are well implemented, the question is how to monitor the status of registered services change? Seek the advice of the great God of experience
"Related question and answer recommendation":