Nekuromento / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.

Home Page:www.strongloop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strong-remoting

Objects (and, therefore, data) in Node applications commonly need to be accessible by other Node processes, browsers, and even mobile clients. Strong remoting:

  • Makes local functions remotable, exported over adapters
  • Supports multiple transports, including custom transports
  • Manages serialization to JSON and deserialization from JSON
  • Supports multiple client SDKs, including mobile clients

Installation

$ npm install strong-remoting

Documentation

Please see the official StrongLoop documentation.

About

Communicate between objects in servers, mobile apps, and other servers.

www.strongloop.com

License:Other


Languages

Language:JavaScript 98.4%Language:CSS 1.6%