https://github.com/phoenixbf/kapto
https://github.com/phoenixbf/kapto
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phoenixbf/kapto
- Owner: phoenixbf
- License: gpl-3.0
- Created: 2024-01-08T22:33:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:48:00.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:45:06.473Z (over 1 year ago)
- Language: JavaScript
- Size: 2.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kapto
[](https://nodejs.org "Go to Node.js homepage")


The Kapto service is being developed under [H2IOSC project](https://www.h2iosc.cnr.it/) as part of task 7.7 (E-RIHS pilot "Interlumo").
It can be deployed on any node to capture remote interactions. A cluster deployment is recommended (e.g. via PM2)
## Quick start
1) Install Node.js
2) Run `npm install` from root folder
3) Basic launch via `npm start` or cluster launch via `pm2 start`
## Client capture
### Web-apps
you can find in public/examples/ folder how to setup and use Kapto client component to track interactions directly from web-apps, using a remote Kapto service.
### Integrations
You can find in integrations/ folder integrations with other engines or desktop platforms, for instance Unreal Engine 5