Skip to content
 
 

Repository files navigation

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.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages