cosm / cosm-js

NOTE: moved to https://github.com/xively/xively-js
http://xively.github.io/xively-js/
16 stars 8 forks source link

jQuery Dependency #7

Open krhoyt opened 11 years ago

krhoyt commented 11 years ago

CosmJS is really nice! You've really streamlined the API, and I'm really excited to see you've tackled real-time from the start. Any chance you'd consider stripping out the jQuery dependency? It looks like you're using it mostly for XHR coverage.

petecorreia commented 11 years ago

Glad you find it useful!

Yes I'm using jquery basically for xhr support but I've been meaning to make a library-agnostic version. We're keeping things simple for now so I might do that on a fork.

Realtime is a big deal for us, we're actually looking at broader browser support as an addon to the library.