diff --git a/README.md b/README.md index ae19c5c..ad32183 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # strong-remoting +**This module is in Active LTS mode, new features are no longer accepted.** + +Users looking for new features are encouraged to upgrade to LoopBack 4. + +See also [Module Long Term Support Policy](#module-long-term-support-policy) +below. + ## Overview 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 +23,16 @@ Also see the offici 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. -### Supported versions +## Module Long Term Support Policy + +This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates: -Current|Long Term Support -:-:|:-: -3.x|2.x +| Version | Status | Published | EOL | +| ----------------- | --------------- | --------- | -------- | +| strong-remoting@3 | Active LTS | Dec 2016 | Dec 2019 | +| strong-remoting@2 | Maintenance LTS | Jul 2014 | Apr 2019 | -Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html). +Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html). ## Installation