0.5.8 • Published 2 years ago

@z1/preset-feathers-client v0.5.8

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

Z1 Preset Feathers Client

Can be used in both node and electron.

Dependencies

Usage

Install

yarn add @z1/preset-feathers-client

Import

import {  
  Feathers,
  FeathersIO,
  FeathersAuth,
  IO
} from '@z1/preset-feathers-client'

Example

// Feathers
const app = Feathers();

// FeathersIO
app.configure(FeathersIO());

// FeathersAuth
const authentication = new FeathersAuth.AuthenticationService(app)
authentication.register('jwt', new FeathersAuth.JWTStrategy())

// IO
const socket = IO("http://localhost:3035", {
  reconnectionDelayMax: 10000,
  query: {
    auth: "123"
  }
});
0.5.8

2 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.46

4 years ago

0.4.5

5 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.53

6 years ago

0.2.52

6 years ago

0.2.5

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago