-
Couldn't load subscription status.
- Fork 78
Description
This issue is mostly a question but also a comment on documentation.
The team I work with desperately needs server support in our application (which is currently heavy on use of node-rfc) but I am currently finding it very hard to tell if (and to what extent) ABAP-to-JS calling is supported as the README is very unclear about this.
Inspection of Server.cc and some tests with the example experimental code have led me to believe that the basic connectivity is supported but the JS callback has not yet been implemented (in fact there is some commented out code in Server.cc that seems to be intended to support this).
Due to the urgency of our requirement I will certainly be implementing the missing functions in C++, but if the opportunity allows I would greatly wish to contribute to work on the server functionality or in the case that it is already implemented and I am misusing it, to understand what is going wrong. Except the following prevents this (and this is the main complaint of my issue): It is very much unclear from the README where the current work on the server stands, what is supported and what is up for contribution (there is a months old server branch which also raises more questions than it answers.
Looking forward to any clarification on the matter and again, I would certainly be willing to contribute to this.