Document and test usage of Palindrom as a Node client
Looking at the source code of the PR https://github.com/Palindrom/Palindrom/pull/227, I assume that it is already possible to use Palindrom.js as a client on Node. However, we need to add tests and docs for such scenario.
However, we need to add tests and docs for such scenario.
The tests do run in Node and test all Palindrom features that are tested in the browser. See this. runner-node.js runs the tests in Node.
@warpech What do you consider sufficient check and proof given what stated above?
I was thinking that maybe we should create (and maintain?) sample apps, like command line node app that works with https://github.com/Starcounter/HelloWorld/ But I'm not sure whether it's an overkill.
We agreed with @tomalec that the only thing left is docs. As an example, I will show how to use Palindrom within Node REPL: