Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 383 Bytes

Installation

git clone --recursive [email protected]:qstokkink/ipv8chat.git
cd ipv8chat
pip install websockets
cd pyipv8
pip install -r requirements.txt

Usage

  1. Run the service using python main.py PORT (e.g. python main.py 13345).
  2. Open index.html?wsport=PORT in your favorite browser (e.g. file:///home/quinten/Documents/ipv8chat/index.html?wsport=13345).