Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/na-trium-144/webcface-js
- Owner: na-trium-144
- License: mit
- Created: 2023-09-20T14:19:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:15:29.000Z (6 days ago)
- Last Synced: 2025-01-29T17:25:21.696Z (6 days ago)
- Topics: nodejs, rpc, typescript, websocket
- Language: TypeScript
- Homepage: https://na-trium-144.github.io/webcface-js/
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).