You will need Node.js and a node global package, npm, installed in your environement.
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs
$ sudo apt install npm
$ git clone https://github.com/EGPAFMalawiHIS/lims-websocket.git
$ cd lims-websocket
$ npm install
$ node serverb.js