Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geocar/qnode

KDB client for NodeJS
https://github.com/geocar/qnode

Last synced: about 1 month ago
JSON representation

KDB client for NodeJS

Awesome Lists containing this project

README

        

# KDB client in NodeJS

The interface is promise-based which makes pushing data from web services
easier:

khp=require("qnode")
k = new khp("0", "5000");
k.k("1+1").then(console.log);