Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 324 Bytes

RustWPM

This is a toy project attempting to rewrite OpenWPM in Rust to get a better understanding of both rustlang and OpenWPM.

First Steps

Reimplement the basic structure of

  1. TaskManager
  2. Browser
  3. DataAggregator

However I want to use websockets instead of unix sockets.