https://github.com/socketsupply/libssc
Socket SDK client library written in C99
https://github.com/socketsupply/libssc
c99 client cross-platform distributed-systems distributed-web dweb library p2p socket-sdk ui user-interface webview
Last synced: 9 months ago
JSON representation
Socket SDK client library written in C99
- Host: GitHub
- URL: https://github.com/socketsupply/libssc
- Owner: socketsupply
- License: mit
- Created: 2022-04-13T18:10:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T15:53:59.000Z (almost 4 years ago)
- Last Synced: 2025-08-24T15:47:20.963Z (10 months ago)
- Topics: c99, client, cross-platform, distributed-systems, distributed-web, dweb, library, p2p, socket-sdk, ui, user-interface, webview
- Language: C
- Homepage: https://sockets.sh
- Size: 247 KB
- Stars: 15
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
libssc
======

> [WIP] Socket SDK Client Library (written in C99).
## Installation
`libssc` can be installed in a variety of ways. This section describes
in detail how to install the library and set it up for usage in your
project.
### Install from source
Installing `libssc` from source is simple and straightforward.
**Clone the repository:**
```sh
git clone git@github.com:socketsupply/libssc.git
cd libssc
```
#### Building on POSIX
**Build with `make` or `scripts/build.sh`:**
```sh
make build
```
_or_
```sh
./scripts/build.sh
```
#### Building on Windows
```sh
scrips\build.ps1
```
### Install with `clib`
> TODO
```sh
clib install socketsupply/libssc
```
### Install with `bpkg`
> TODO
```sh
bpkg install socketsupply/libssc
```
## Usage
> TODO
## Documentation
Developers intending to contribute to the `libssc` library should be
sure to check out the [Developers Guide](docs/developers.md) before
doing so.
Consumers of this library should be sure to review the porcelain [API
Documentation](docs/api.md) before using this library.
### See Also
- [Socket SDK](https://github.com/socketsupply/socket-sdk)
## License
See [MIT](LICENSE).