@lde/fastify-rdf
v0.5.2
Published
Fastify plugin for serving RDF data with content negotiation
Downloads
597
Readme
@lde/fastify-rdf
Fastify plugin for serving RDF data with automatic content negotiation.
Installation
npm install @lde/fastify-rdfimport fastify from 'fastify';
import fastifyRdf from '@lde/fastify-rdf';
const app = fastify();
await app.register(fastifyRdf);Documentation
See the full documentation.
