Skip to content

Commit 79019ea

Browse files
committed
2 parents edd1822 + cd485ef commit 79019ea

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ If you want to install a version of this demo pointing to your local Lightstream
2828
* Note that, as prerequisite, the [Lightstreamer - RSS News Demo - Java Adapter](https://github.com/Lightstreamer/Lightstreamer-example-RSS-adapter-java) has to be deployed on your local Lightstreamer Server instance. Please check out that project and follow the installation instructions provided with it.
2929
* Launch Lightstreamer Server.
3030
* Get the `lightstreamer.min.js` file from [npm](https://www.npmjs.com/package/lightstreamer-client-web) or [unpkg](https://unpkg.com/lightstreamer-client-web/lightstreamer.min.js) and put it in the `src/js` folder of the demo (if that is the case, please create it).
31-
Alternatively, you can generate a customized lightstreamer.min.js library containing only the classes you actually use;
32-
see the build instructions on the [GitHub page](https://github.com/Lightstreamer/Lightstreamer-lib-client-javascript#building).
33-
In that case, be sure to include the LightstreamerClient, Subscription, DynaGrid, and ConnectionSharing, StatusWidget modules.
3431
* Get the `require.js` file form [requirejs.org](http://requirejs.org/docs/download.html) and put it in the `src/js` folder of the demo.
3532

3633
You can deploy this demo to use the Lightstreamer server as Web server or in any external Web Server you are running.

src/js/lsClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ define(["LightstreamerClient","StatusWidget"],function(LightstreamerClient,Statu
2323

2424
var lsClient = new LightstreamerClient(protocolToUse+"//localhost:"+portToUse,"RSSDEMO");
2525

26-
lsClient.connectionSharing.enableSharing("RSSDemoCommonConnection", "ATTACH", "CREATE");
2726
lsClient.addListener(new StatusWidget("left", "0px", true));
2827
lsClient.connect();
2928

0 commit comments

Comments
 (0)