Skip to content
Elias Ponvert edited this page Mar 26, 2012 · 3 revisions

Servers

Servers expose the resources of one or more bundles for use, typically through some sort of external interface. Servers are responsible for parsing and converting incoming requests into the format suitable for the framework, and likewise converting framework responses back into the format suitable for their consumers.

Mesh currently provides an in-process server and an HTTP server, with support for both URL-encoding and JSON serialization.

Clone this wiki locally