Skip to content

Instantly share code, notes, and snippets.

@3rd-Eden
Created September 11, 2013 14:23
Show Gist options
  • Select an option

  • Save 3rd-Eden/6524339 to your computer and use it in GitHub Desktop.

Select an option

Save 3rd-Eden/6524339 to your computer and use it in GitHub Desktop.
Primus plugins that I would love to see written or that are going to be written.

Crypto

Primus provides an API for transforming incoming and outgoing messages. This API can be leveraged by plugins to encrypt and decrypt the messages that pass through Primus. Node.js already provides a good solid crypto implementation using the crypto module. On the client side, crypto-js could be used for securely encrypting these the messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment