PeerJS Revived

Posted

Near the end of 2017, I wrote attempted to write a delivery tracker webpage that would list all of my tracked packages and their status information.

To sync my list of packages between my devices, I used a library called PeerJS that established P2P connections between my devices to send and receive data. PeerJS was dormant since 2015, and amazingly it worked for the duration of my code.

After a 3 year period of inactivity, PeerJS is back and alive (in active commits) so yay!

I’m using PeerJS in my Mafia game helper Jebabej to establish client-server connections between different the players and the host.


The other options I was considering was EasyRTC and simple-peer

More posts

Multi Messaging Apps

The quest for the one app to rule them all

Posted

UNSW COMP1531

Software Engineering Fundamentals

Posted