I am building a web app in NodeJS and wanted to implement the copy feature. After some googling I found zero-clipboard. But it seemed to be using flash and quiet a heavy library. Are there any other alternatives? Any other libraries I can use?
By copy feature I mean like a button which says copy and that which copies the content of the input field or label to the clipboard.