Program to share clipboard data between computers connected over the same network.
- Clipboard-Listener to listen to changes in the clipboard and with the updated clipboard data.
- clipboardy to make changes to the clipboard of the computer receiving the updated clipboard data.
This project consists of Server and Client programs connected over a socket connection.
create a .env
file in the root directory with the following:
SERVER_PORT=<port you wish to run your server on>
CLIENT_PORT=<port you wish to run the client script>
# base url in the format of http://<ip-address>:<server-port>
SERVER_BASE_URL=<base url>
npm install
npm start
npm run start-client
Copyright (c) 2021 Clay Motupalli
Code released under the MIT License