Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 433 Bytes

Node.js Twinleaf I/O

Unofficial implementation of the TIO protocol in Node.js

Install

yarn add stefanvanherwijnen/tio-node

Usage

Start tio-proxy and then you can connect a TIOSession to the proxy. Check the examples.

To do

  • Implement sending and receiving RPC values
  • Proper heartbeat implementation
  • Complete unit testing