Create text content programmatically.
The main usage is the creation of source code.
Here is a simple example how to use text-backend.js
var text = new TextBackend();
text.write('hello world');
console.log(text.getString());
text-backend.js can be used at server and client site.
npm install paulvollmer/text-backend.js
run the tests:
npm test