├── README.md ├── client ├── app.js ├── index.html ├── index.js ├── package-lock.json ├── package.json └── style.css ├── notes.txt └── server ├── display.html ├── index.js ├── package-lock.json └── package.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/README.md -------------------------------------------------------------------------------- /client/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/client/app.js -------------------------------------------------------------------------------- /client/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/client/index.html -------------------------------------------------------------------------------- /client/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/client/index.js -------------------------------------------------------------------------------- /client/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/client/package-lock.json -------------------------------------------------------------------------------- /client/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/client/package.json -------------------------------------------------------------------------------- /client/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/client/style.css -------------------------------------------------------------------------------- /notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/notes.txt -------------------------------------------------------------------------------- /server/display.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/server/display.html -------------------------------------------------------------------------------- /server/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/server/index.js -------------------------------------------------------------------------------- /server/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/server/package-lock.json -------------------------------------------------------------------------------- /server/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kousik19/remote-desktop/HEAD/server/package.json --------------------------------------------------------------------------------