You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are building directly on top of strong-remoting without LoopBack,
13
+
then please [open a new GitHub issue](https://github.com/strongloop/strong-remoting/issues/new)
14
+
to discuss the specifics.
15
+
3
16
## Overview
4
17
5
18
Objects (and, therefore, data) in Node applications commonly need to be accessible by other Node processes, browsers, and even mobile clients. Strong remoting:
@@ -16,13 +29,16 @@ Also see the <a href="http://loopback.io/doc/en/lb2/Strong-Remoting.html">offici
16
29
17
30
For higher-level transports, such as REST and Socket.IO, existing clients will work well. If you want to be able to swap out your transport, use one of our supported clients. The same adapter model available on the server applies to clients, so you can switch transports on both the server and all clients without changing your application-specific code.
18
31
19
-
### Supported versions
32
+
## Module Long Term Support Policy
33
+
34
+
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
0 commit comments