1.4.0 • Published 5 years ago

reveal-socket-remote v1.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Reveal Remote

Build with socket.io and fastify.

Usage

  1. Clone this repo
  2. Install dependencies:

    	```bash

    With yarn

    yarn

    or with npm

    npm install

  3. Run server

    	```bash

    node server/index.js --port 1337 --host 0.0.0.0

  4. Setup your presentation

    1. Setup your reveal project
    2. Install this from npmmn

      	```bash

      With yarn

      yarn add reveal-socket-remote

      or with npm

      npm install reveal-socket-remote --save

      	```
    3. Import the plugin

      // Setup your reveal stuff
      // [...]
      // Then import my plugin
      const { initRemoteSocket } = require('reveal-socket-remote');
      // Now you can init the connection
      // The first argument needs to be the Reveal instance
      initRemoteSocket(Reveal, 'your server address here')
1.4.0

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago