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

https://github.com/adrianliechti/cassette

Web Session Recorder and Player
https://github.com/adrianliechti/cassette

real-user-monitoring session-replay

Last synced: 3 months ago
JSON representation

Web Session Recorder and Player

Awesome Lists containing this project

README

        

# Cassette

Cassette is a simple to host web session recorder and player.

### Quick Start

Run using Docker:

```bash
docker run -it --rm -p 3000:3000 ghcr.io/adrianliechti/cassette
```

Page Integration

```html



```

Open [http://localhost:3000](http://localhost:3000)

### Acknowledgements

- [Christian Rutzer](https://github.com/chrutzer)
- [rrweb](https://github.com/rrweb-io/rrweb)