Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geocar/qnode
- Owner: geocar
- Created: 2015-04-11T09:28:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T09:31:28.000Z (over 9 years ago)
- Last Synced: 2024-08-03T17:12:35.690Z (5 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-q - geocar/qnode
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);