0.5.8 • Published 1 year ago

@z1/preset-feathers-client v0.5.8

Weekly downloads
45
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.46

3 years ago

0.4.5

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.53

5 years ago

0.2.52

5 years ago

0.2.5

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago