19 lines
529 B
Markdown
19 lines
529 B
Markdown
---
|
|
title: Third-party libraries
|
|
slug: third-party-libraries
|
|
privacy:
|
|
view: public
|
|
---
|
|
|
|
## GraphQL
|
|
|
|
[c-lightning-graphql](https://github.com/nettijoe96/c-lightning-graphql) exposes the Core Lightning API over GraphQL.
|
|
|
|
> 🚧
|
|
>
|
|
> Note: It has not been maintained actively and should be used with caution.
|
|
|
|
## JSON over HTTPS
|
|
|
|
[Sparko](https://github.com/fiatjaf/sparko) offers a full-blown JSON-RPC over HTTP bridge to a CLN node with fine-grained permissions, SSE and spark-wallet support that can be used to develop apps.
|