Skip to content

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

License

Notifications You must be signed in to change notification settings

Clay-CL/ClipNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published