Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/na-trium-144/webcface-js

WebCFace client for node.js and browser
https://github.com/na-trium-144/webcface-js

nodejs rpc typescript websocket

Last synced: 4 days ago
JSON representation

WebCFace client for node.js and browser

Awesome Lists containing this project

README

        

# webcface-js
[![coverage](https://raw.githubusercontent.com/na-trium-144/webcface-js/badge/coverage.svg)](https://github.com/na-trium-144/webcface-js/actions/workflows/node.js.coverage.yml)
[![npm](https://img.shields.io/npm/v/webcface)](https://www.npmjs.com/package/webcface)

Client library of [WebCFace](https://github.com/na-trium-144/webcface) for JavaScript and TypeScript.
Runs on Node.js and browser.

Please refer to the WebCFace repository for how to use it.
To use this library, you need WebCFace server separately.

## Installation

```bash
npm install webcface
```

Since ver1.7, you can also load webcface library built with webpack from CDN:
```html

```

## API Documentation
[API Reference](https://na-trium-144.github.io/webcface-js/modules.html)

See also [WebCFace documentation](https://na-trium-144.github.io/webcface/)(Currently Japanese only).