Simplified RETS Node Client
npm install rets.js> Simplified RETS Node Client
rets.js aims to simplify interacting with Real Estate Transaction Standard
compliant servers using Node.js. Specifically RETS Version 1.8.
It is an effort to bring a properly functioning and performant libRETS
implementation to the Node.js community.
This library is _not_ a libRETS wrapper, but seeks to provide a
similar API interface while offering additional feature support that Node.js
developers have come to rely on like events and streaming.
A secondary but still important goal is to keep the code as simple to read as
possible to help developers understand the RETS Specification.
More information about RESO and the RETS 1.8 Specification can be found at the
RESO and Specification Documentation
sites respectively.
npm install --save rets.js
npm run test-watch
You can find a number of examples in the examples directory
See CONTRIBUTING for details on submitting patches and the contribution workflow.
See LICENSE