https://github.com/glendemon/redirect-bot
https://github.com/glendemon/redirect-bot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/glendemon/redirect-bot
- Owner: glendemon
- Created: 2023-11-11T07:27:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T08:28:20.000Z (over 2 years ago)
- Last Synced: 2025-02-16T17:56:46.583Z (over 1 year ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Messenger backend
This is the Node.js backend for the Messenger app.
Uses puppeteer with headless chrome to run and control the web version of WhatsApp through the whatsapp-web.js package.
It also contains a simple websocket server on Socket.IO to communicate with the frontend.
## Examples
```shell
docker-compose run puppeteer yarn test
```