This package has been deprecated

Author message:

This package is no longer maintained

rdf-serve-static

1.0.0 • Public • Published

rdf-serve-static

Build Status npm version

It's like server-static, just for RDF Graphs with content negotiation.

Usage

Here is a small example that hosts all RDF files in the folder files:

const express = require('express')
const formats = require('rdf-formats-common')()

const app = express()

app.use(serve('files', formats))

/rdf-serve-static/

    Package Sidebar

    Install

    npm i rdf-serve-static

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • bergos