Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.36 KB

ClipNet


Program to share clipboard data between computers connected over the same network.

This project makes use of open source libraries:

  1. Clipboard-Listener to listen to changes in the clipboard and with the updated clipboard data.
  2. 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.

Note:

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> 

Setup

Installation

npm install

Run Server

npm start

Client

npm run start-client

License

Copyright (c) 2021 Clay Motupalli

Code released under the MIT License