Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.
/ ikori Public archive

peer to peer chat based on node.js, node-webkit and webrtc

Notifications You must be signed in to change notification settings

mupat/ikori

Repository files navigation

ikori

Peer to peer chat based on nodewebkit and webrtc. Ikori means 'chat' in igbo language

How to install

  • install node via nvm
  • make sure you use node version > 0.11
  • npm install
  • npm start

troubleshooting suse

  • 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

troubleshooting mac

  • 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

About

peer to peer chat based on node.js, node-webkit and webrtc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published