ch10: HTTP-NG

1. Modularize and Enhance

1.1 Messaging

The message transport layer is concerned with the efficient delivery of messages, independent of the meaning and purpose of the messages.

1.2 Remote Invocation

The middle layer of the HTTP-NG architecture supports remote method invocation.

The HTTP-NG team proposed the Binary Wire Protocol for this layer.

1.3 Web Application

The web application layer is where the semantics and application-specific logic are performed.

2. WebMUX

WebMUX is a sophisticated, high-performance message system, where messages can be transported in parallel across a multiplexed TCP connection.

Last updated