0.0.8 • Published 3 years ago

socket-oss v0.0.8

Weekly downloads
18
License
MIT
Repository
-
Last release
3 years ago

socket-oss

Socket oss

// client

import {Client} from 'socket-oss';

const client = new Client(socket);
client.upload(file); // => Promise<string>

// server

import {Server} from 'socket-oss';

new Server(ioServer, {
  // ali oss
  region: '',
  accessKeyId: '',
  accessKeySecret: '',
  bucket: '',
});

License

MIT License.

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago