Skip to content

Latest commit

 

History

History

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Nodejs client support

$ 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

Server-side requires the go(lang) in order to run and edit.

Clients

Nodejs

Client-side requires the nodejs in order to run with node node_client.js.

Go(lang)

Go client is inside the neffos package itself.