Skip to content
💎
LinQ Network User Guide NodeJS API Reference
linq-network
  • Linq Network User Guide 0.0.1 documentation
linq-network
  • Getting Started
  • C API Reference
  • C++ API Reference
  • Rust API Reference
  • NodeJS API Reference
    • Show Source
    • AtxNet
    • listen
    • connect
    • close
    • get
    • post
    • delete
    • send
    • node_count
    • device_count
    • devices
    • on
    • run
  • HTTP API Reference
  • Show Source

NodeJS API ReferenceΒΆ

The LinQ Network Library provides a NPM package.

let linq = require("@altronix/linq-network-js").default;
linq.listen("tcp://*:33455");
  • AtxNet
  • listen
  • connect
  • close
  • get
  • post
  • delete
  • send
  • node_count
  • device_count
  • devices
  • on
  • run
Previous Request
Next AtxNet
© Copyright 2020, Altronix Corp.
Created using Sphinx 1.8.4. and Material for Sphinx