rxtender / rxt-backend-base

This backend contains commonly used implementations

Repository from Github https://github.comrxtender/rxt-backend-baseRepository from Github https://github.comrxtender/rxt-backend-base

RxTender Base backend

This is the base backend of RxTender. It contains implementations of common programming languages for various serialization and framing protocols.

The current implementation supports:

  • python3:
    • serialization:
      • json
    • stream: source
    • framing:
      • json-lines
  • es2015:
    • serialization:
      • json
    • stream: sink
    • framing:
      • json-lines

Running tests

es2015

cd test/es2015
npm run test

About

This backend contains commonly used implementations

License:MIT License


Languages

Language:JavaScript 41.3%Language:Smarty 38.3%Language:Python 20.4%