Peer to peer chat based on nodewebkit and webrtc. Ikori means 'chat' in igbo language
- install node via nvm
- make sure you use node version
> 0.11
- npm install
- npm start
- if you get an error like
error while loading shared libraries: libudev.so.0: can
not open shared object file: No such file or directory
check this site and run the One line fix
sed -i 's/\x75\x64\x65\x76\x2E\x73\x6F\x2E\x30/\x75\x64\x65\x76\x2E\x73\x6F\x2E\x31/g' node_modules/nodewebkit/nodewebkit/nw
- if you get an error like
Invalid package.json
Field 'main' is required.
rename packag.json
in nodewebkit
mv node_modules/nodewebkit/package.json node_modules/nodewebkit/_package.json