Push notifications with nodejs/express aws backend

I have a nodejs/express/socket.io backend that I am hosting on aws. I know I can install the Cordova push notification plugin, but how can I get my backend push to it? Is there any guide I could follow?

Thanks,

Kev