1.0.12 • Published 4 years ago

db-client v1.0.12

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

db-client

npm version

A client for access db in browser. Based on socket.io.

Features

  • Commit any data fetching function in browser
  • Based on WebSocket

Browser Support

ChromeFirefoxSafariOperaEdgeIE
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔10 ✔

Browser Matrix

Installing

Using npm:

$ npm install db-client

Using bower:

Using yarn:

$ yarn add db-client

API

// import main object
import dbClient from 'db-client
// set config before use dbClient
dbClient.setConfig([options]);
options: {
  url: '',
  end_point: '',  // required
  sign_params: {} // required
}

License

MIT

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago