https://github.com/9d4/wadoh-be
Device Backend for https://github.com/9d4/wadoh
https://github.com/9d4/wadoh-be
golang whatsapp-web
Last synced: 4 months ago
JSON representation
Device Backend for https://github.com/9d4/wadoh
- Host: GitHub
- URL: https://github.com/9d4/wadoh-be
- Owner: 9d4
- Created: 2024-05-10T07:07:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-29T04:29:38.000Z (5 months ago)
- Last Synced: 2026-01-29T21:07:05.848Z (5 months ago)
- Topics: golang, whatsapp-web
- Language: Go
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wadoh-be
Device backend for [wadoh](https://github.com/9d4/wadoh). It holds device data and provides
gRPC interface to communicate. Currently the device data stored in sqlite.
## Running
It should work out of the box without any configuration, but can be set if needed.
Following are the supported environment variables.
```sh
DEVELOPMENT=true
DB_PATH=mystore.db #default to store.db
GRPC_PORT=50051
```
Run with
```sh
$ go run .
```