Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 844 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 844 Bytes

QUICvis

This repository is deprecated and will not be maintained. It was the first version of this toolsuite for the QUIC and HTTP/3 protocols. The up-to-date version can be found at https://github.com/quiclog/qvis with a live demo at https://quicvis.edm.uhasselt.be.

Build Setup

# install dependencies for API server to load files
cd ./apiserver
npm install
cd ../

# install dependencies for the website
cd ./visualisation-tool
npm install
npm install typescript

Run website

# First open a terminal for the API server and run
cd ./apiserver
npm run start

# Then open a second terminal for the website and run
cd ./visualisation-tool
npm run serve

Originally developed by Jonas Reynders as part of his Bachelor's thesis at Hasselt University (see https://github.com/moonfalir/quic-visualization)