Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/guilhermefirmiano/socket-io-redis-teste

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/guilhermefirmiano/socket-io-redis-teste

  • v0.0.0-20200424182339-794c8671d89b
  • Source
  • Go
  • Socket score

Version published
Created
Source

socket-io-redis

By running go-socket.io with this adapter, you can run multiple socket.io instances in different processes or servers that can all broadcast and emit events to and from each other.

API

Redis(opts map[string]string)

The following options are allowed:

  • host: host to connect to redis on ("localhost")
  • port: port to connect to redis on ("6379")
  • prefix: the prefix of the key to pub/sub events on ("socket.io")

References

Code and README based off of:

  • https://github.com/Automattic/socket.io-redis

FAQs

Package last updated on 24 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc