Skip to content
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.

[experimental] add integration with socket.io #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

raymondfeng
Copy link
Member

@raymondfeng raymondfeng commented May 13, 2019

Replaces loopbackio/loopback-next#2648

Checklist

👉 Read and sign the CLA (Contributor License Agreement) 👈

  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Documentation in /docs/site was updated
  • Affected artifact templates in packages/cli were updated
  • Affected example projects in examples/* were updated

👉 Check out how to submit a PR 👈

const server = new SocketIOServer({httpServerOptions: options.socketio});
this.bind('servers.socketio.SocketIOServer').to(server);
/*
server.use((socket, next) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

@raymondfeng , is this commented code block needed?

@frbuceta
Copy link
Member

frbuceta commented Oct 3, 2019

hey @raymondfeng is there any news?

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

Successfully merging this pull request may close these issues.

3 participants