$ npm install # install neffos.
$ cd ../ && go run server.go # start the neffos server.
$ cd ./nodejs && node node_client.js # start the nodejs neffos client.
Server-side requires the go(lang) in order to run and edit.
Client-side requires the nodejs in order to run with node node_client.js
.
Go client is inside the neffos package itself.