TextareaServer is a backend of TextareaConnect.
TextareaServer runs on Node.js v0.4 (or higher) and is installable using npm.
In Ubuntu you can get all the building dependecies for Node.js and its extensions using apt-get (npm will automatically install and compile all the extensions).
sudo apt-get install build-essential libssl-dev
More detailed Node.js & npm install instructions can be found from the Node.js wiki
Then just install TextareaServer using npm:
npm install textareaserver
And start it by entering commmand:
textareaserver --editor-cmd gedit
Please report possible issues to TextareaConnect tracker.