Go to file
Roj Serbest 81d9a0225e Support Webpack 2021-10-10 15:25:19 +03:00
examples `$ deno fmt` 2021-10-09 22:39:49 +03:00
generators Undo a mess 2021-10-10 12:03:02 +03:00
socialvoid Fix FormData on Node backport 2021-10-10 15:17:46 +03:00
.gitignore Support Webpack 2021-10-10 15:25:19 +03:00
README.md Uwupdate README 2021-10-10 12:01:12 +03:00
TASKS.md `$ deno fmt` 2021-10-09 22:39:49 +03:00
package-lock.json Support Webpack 2021-10-10 15:25:19 +03:00
package.json Support Webpack 2021-10-10 15:25:19 +03:00
tsconfig.json In-progress Node backport 2021-10-10 15:00:20 +03:00
webpack.config.js Support Webpack 2021-10-10 15:25:19 +03:00

README.md

Socialvoid JS

Node.js, Deno & browser Socialvoid client.

Features

  • Everything works on Node.js, Deno and browsers.
  • Multiple ways to store session and other data: MemoryStore, FileStore, LocalStorageStore and the ones you define!
  • Socialvoid types in classes and applicable for instanceof.
  • Most thrown errors can be used with instanceof.
  • CDN upload and download support.
  • Account, Cloud, Help and Network methods returning actual types.
  • Capability of sending raw requests.

Examples

See examples/.