Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pusher adapter nodejs examples #102

Open
wants to merge 18 commits into
base: pusher-adapter-nodejs
Choose a base branch
from

Conversation

sacOO7
Copy link

@sacOO7 sacOO7 commented May 18, 2022

  • Updated package.json with the latest dependencies.
  • Updated example.js, refactored symbols, and comments.
  • Added client.js and server.js to test pusher library.
  • Added client-events.js to test events across clients.

const pusherRealtime = new Pusher('appid.keyid', { // replace with first part of API key before :
wsHost: 'realtime-pusher.ably.io',
wsPort: 443,
disableStats: false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

@sacOO7 sacOO7 Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I am not sure what it does .... but when I tested it, everything seem to work. Is it supposed to be removed?

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

Successfully merging this pull request may close these issues.

2 participants