ASpell

From: Matt 4 Aug 2011 23:29
To: Mikee 2 of 3
If you were using PHP and assuming aspell accepts input from stdin and can write output to stdout, you could use proc_open() to pipe the content to and from aspell without having to write to a temporary file.
From: Mikee 4 Aug 2011 23:50
To: Matt 3 of 3
Hrm, looks like I should be able to do similar with node.js. Thanks matt.