Buddycloud's node.js server just released
buddycloud.com
Buddycloud's node.js server just released
1–10 of 12 posts
Re: Buddycloud's node.js server just released
#2Re: Buddycloud's node.js server just released
#3Add a package.json and publish this to npm
add this to your /etc/apt/sources.list: deb http://debian.jones.dk/ sid freedombox
and execute "aptitude install channel-server"
Re: Buddycloud's node.js server just released
#4Re: Buddycloud's node.js server just released
#5Are we aiming for a protocol end goal or for an application end goal?
Re: Buddycloud's node.js server just released
#6Buddycloud, Appleseed, Diaspora oh my, but are there intentions for the protocol to talk amongst these networks. Are we aiming for a protocol end goal or for an application end goal?
There was a Federated Social Web summit in Portland in July 2010, organized by StatusNet, and possibly another one coming up this summer. We have a mailing list, and there's fledgling W3C working group involvement.
We're all interested in how to shape a protocol that we can all use. The territory is a little wild west at this point, so some of our approaches differ, but this is a major component of the work all of us are doing.
Re: Buddycloud's node.js server just released
#7Buddycloud, Appleseed, Diaspora oh my, but are there intentions for the protocol to talk amongst these networks. Are we aiming for a protocol end goal or for an application end goal?
Happy users come from good web and mobile clients and a good project goal (open, privacy you control, multiple server codebases, business friendly (they can spin up a social network without hooking their wagon to FB))
Good clients need good APIs: secure, realtime, mobile friendly (quick syncing, good geolocation). APIs also need to be easy to implement for people familiar with http (the core protocol leverages XMPP's message passing architecture)
And all this needs a good architecture that builds off good federated systems.
So the end goal is to build something the right way and for the right reasons. If we can execute on that, I believe we will make users happy.
A good solution will sidestep every potential fail moment. We've sidestepped a few so far and I'm really happy with the quality of developers that are contributing client and server work. The good protocol is incidental.
Re: Buddycloud's node.js server just released
#8Add a package.json and publish this to npm
Someone published a Debian/Ubuntu package: add this to your /etc/apt/sources.list: deb http://debian.jones.dk/ sid freedombox and execute "aptitude install channel-server"
cd /path/to/repository
// create a valid package.json
npm publish .
That way I can: npm install channel-server
Like I do with every other node.js application.Re: Buddycloud's node.js server just released
#9Add a package.json and publish this to npm