0.0.1 • Published 7 years ago

faraway v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

FarAway gives to browsers a very simple way to communicate with a NodeJs server.

With FarAway, you can easily make NodeJs server calls.
You use simple local functions directly nested with foreign objects. The foreign aspect (asynchronism) is managed with Promises.

It's a kind of RPC for JS/TS functions/objects using WebSockets (or, later, HTTP standard calls).