https://github.com/cyrix126/mwebd-wrapper
c-shared go wrapper library for mwebd
https://github.com/cyrix126/mwebd-wrapper
Last synced: 12 months ago
JSON representation
c-shared go wrapper library for mwebd
- Host: GitHub
- URL: https://github.com/cyrix126/mwebd-wrapper
- Owner: Cyrix126
- License: gpl-3.0
- Created: 2025-05-15T15:27:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T16:19:22.000Z (about 1 year ago)
- Last Synced: 2025-06-02T04:43:26.912Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mwebd-wrapper
c-shared go library wrapper for the [mwebd](https://github.com/ltcmweb/mwebd) server
## Usage
Build the library for Linux/Mac/Windows using
```
sh build_lib.sh
```
Look at [examples](examples/dart) to see how to use the shared library in your code.