From 1c2792eaa13c8c539bb6f0fcd3c6d9dce1bfce52 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 5 Nov 2014 00:10:02 +0200 Subject: The two rhizi APIs: backend & mesh - currently all of the implementation resides in RZ_API_Backend but the intent is to slowly migrate functionality towards running in a distributed fashion. RZ_API_Mesh may be act as the basis for a protocol definition in the future. --- scripts/rz_api_mesh.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/rz_api_mesh.js (limited to 'scripts/rz_api_mesh.js') diff --git a/scripts/rz_api_mesh.js b/scripts/rz_api_mesh.js new file mode 100644 index 00000000..3fba4aef --- /dev/null +++ b/scripts/rz_api_mesh.js @@ -0,0 +1,9 @@ +/** + * API calls designed to execute in decentralized fashion + */ +define([], function() { + function RZ_API_Mesh() { + + } + return new RZ_API_Mesh(); +}); -- cgit v1.3.1