Stop SOPA and PIPA
Call your representatives know what you think about SOPA/ PIPA Read more »
We provide you with hosted, secure, reliable, and scalable APIs for Web and mobile applications so you can focus on building something great.
Chat, feeds, games, and collaboration tools are just a few possibilities. Use our dead-simple wrapper libraries to quickly add real-time capabilities to your app. Let spire.io do the work so you can get back to adding features.
spire.messages.subscribe('my channel', function(err, messages){
$(messages).each(function(i, message){
console.log('new message!', message);
});
});
Use our convenient JQuery plug-in to add listener to fire when new messages are received.
We have also created libraries for Ruby and Node.js, with more client libraries coming soon.
var message = { channel: 'my channel', content: 'herow' };
spire.messages.publish(message, function(err, message){
console.log('message sent!');
});
Sending a message is even easier. With an optional callback you can do some work once your message has been sent.
Oh, hellz, yeah.*
spire.io runs on a highly elastic worker-based architecture, backed by Node.js and Redis, with a secure REST-based API. We can scale with you and you'll never have to worry about security breaches or your client mysteriously breaking because of an update you weren't expecting.
Games, chat, activity feeds - with our client libraries, you can focus on what you're building, not how you're going to scale it. And if you'd rather work directly on the wire, you can use our REST API instead.
Call your representatives know what you think about SOPA/ PIPA Read more »
Suggested reading material revolving around web development and other nerdery. Read more »
There's a lot of angst around REST and most of it tends to obscure the important questions: what is REST? and why is it useful? Read more »
We have released a new version of Shred with an improved request interface Read more »
We're very excited to launch our first open source project at spire.io, an HTTP client library for node.js called Shred. Read more »
A Ruby client for spire.io
Node.js library for spire.io
jQuery Plugin for interfacing with the spire.io API