Skip to content

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

License

Notifications You must be signed in to change notification settings

claylo-archive/strong-remoting

 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.9%
  • CSS 1.1%