Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
In reference to Spacebrew by Rockwell Lab (http://www.rockwellgroup.com/search/LAB)
Spacebro automagically links apps between them. It binds them based on events
. You just define a list of events and make sure your client apps emits and listen to them.
It follow a centralized model where each apps automagically connects thru zeroconf and socket.io to the Spacebro server. Then each of them register a supplementary list of events.
Space bro uses:
$ sudo apt-get install avahi-daemon avahi-discover libnss-mdns libavahi-compat-libdnssd-dev curl build-essential
$ npm i --save spacebro
You can also install globally if you want to run the bin instead of developping your own app:
$ npm i -g --save spacebro
Spacebro is awaiting a config file that looks like :
{
"server": {
"port": 8888,
"serviceName": "spacebro"
}
}
port
defines where Spacebro (socket.io) will listen.serviceName
is the name that Spacebro will use over Zeroconf.const config = require('../config.json')
var spacebro = require('spacebro')
spacebro.init(config)
You just run the bin
:
$ spacebro
or
$ spacebro --port 8888
or
$ spacebro --port 8888 --servicename woowoo
NOTE: By default the service name is
spacebro
and the port number is8888
.
This is useful if you want to use the spacebro-client
as is. The spacebro client allows to connect your node application to spacebro server, just by requiring it.
See spacebro-client to learn more.
For openFramework you can also use ofxSpaceBro.
We use galaxies names for our release name, listed here here. We are currently at Black Eye.
You can test sending events with the dev/send-events.js
script. Run npm run send-events
.
Please follow standard style conventions.
FAQs
Spacebro is a socket.io server that provides an API to bind apps together!
The npm package spacebro receives a total of 32 weekly downloads. As such, spacebro popularity was classified as not popular.
We found that spacebro demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.