
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
brainclouds2s
Advanced tools
brainCloud S2S client Node JS library
var brainclouds2s = require('brainclouds2s');
// Fill in your needed app info
appId = "00000";
serverName = "myServerName";
serverSecret = "aaaaaaaa-bbbb-0000-cccc-111111111111";
var S2S = {}
S2S.context = brainclouds2s.init(appId, serverName, serverSecret);
// Example S2S Call
brainclouds2s.request(S2S.context, {
service: "lobby",
operation: "SYS_ROOM_ASSIGNED",
data: {
lobbyId: "...",
connectInfo: {
roomId: "...",
url: "...",
port: "...",
wsPort: "..."
}
}
});
App Id is viewable on the Design | Core App Info | Application IDs page.
Server Name and Server Secret can be set on the Design | Core App Info | S2S Config page.
An example of creating a S2S connection with brainCloud can be found with the Warstone example, in the rsm folder.
Additional documentation on the S2S calls can be found here.
FAQs
brianCloud S2S module
The npm package brainclouds2s receives a total of 55 weekly downloads. As such, brainclouds2s popularity was classified as not popular.
We found that brainclouds2s demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.