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: 8 months ago
JSON representation
WebCFace client for node.js and browser
- Host: GitHub
- URL: https://github.com/na-trium-144/webcface-js
- Owner: na-trium-144
- License: mit
- Created: 2023-09-20T14:19:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T10:10:48.000Z (9 months ago)
- Last Synced: 2025-09-28T12:10:27.251Z (9 months ago)
- Topics: nodejs, rpc, typescript, websocket
- Language: TypeScript
- Homepage: https://na-trium-144.github.io/webcface-js/
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# webcface-js
[](https://github.com/na-trium-144/webcface-js/actions/workflows/node.js.coverage.yml)
[](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).