@dap-js/server
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

@dap-js/server

NodeJS server implementation for DAP application protocol

Usage

import { DapServer } from "@dap-js/server";

const server = new DapServer((req, res) => { res.send(0, Buffer.from("Hello, world!"))});

server.listen(3000);

/@dap-js/server/

    Package Sidebar

    Install

    npm i @dap-js/server

    Weekly Downloads

    0

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    12.4 kB

    Total Files

    18

    Last publish

    Collaborators

    • dkonasov