Sync chrome bookmarks in the local network (chrome extension + nodejs server)
- Install nodejs
- Open the bookmark-sync-server folder in the command line
- Execute
npm install
- Start the server via
node.exe .\server.js 8001
where 8001 is the port that the server listens to.
- Install the chrome extension via the Chrome Web Store
- Configure the server address like
ws://127.0.0.1:8001