Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyoo-ru/talks.hyoo.ru
Embeddable/standalone offline-first messenger with collaborative abilities.
https://github.com/hyoo-ru/talks.hyoo.ru
chat hyoo messenger mol pwa
Last synced: about 1 month ago
JSON representation
Embeddable/standalone offline-first messenger with collaborative abilities.
- Host: GitHub
- URL: https://github.com/hyoo-ru/talks.hyoo.ru
- Owner: hyoo-ru
- License: mit
- Created: 2021-06-12T05:55:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T07:11:34.000Z (7 months ago)
- Last Synced: 2024-06-05T04:44:01.835Z (7 months ago)
- Topics: chat, hyoo, messenger, mol, pwa
- Language: TypeScript
- Homepage: https://talks.hyoo.ru
- Size: 22.8 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# $hyoo_talks
Embeddable/standalone offline-first messenger with collaborative abilities and speech recognition.
## Embedding
Use [$mol_chat](https://github.com/hyoo-ru/mam_mol/tree/master/chat) to add button which opens chat.
## Technologies
Application based on [$mol](https://mol.hyoo.ru/) framework in [MAM](https://github.com/hyoo-ru/mam) ecosystem. It uses [$hyoo_sync_server](https://github.com/hyoo-ru/sync.hyoo.ru) to share reactive state between clients and merge changes without conflicts.
## Build
```
git clone https://github.com/hyoo-ru/mam.git ./mam
cd mam
yarn
yarn start hyoo/talks
```Standalone build will be placed at `mam/hyoo/talks/-`
## Dev Server
```
git clone https://github.com/hyoo-ru/mam.git ./mam
cd mam
yarn
yarn start
```Open `http://localhost:9080/hyoo/talks/-/test.html`