Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages