bone.io icon indicating copy to clipboard operation
bone.io copied to clipboard

Realtime HTML5 Framework

Results 7 bone.io issues
Sort by recently updated
recently updated
newest added

as client socket = io.connect(); bone.set('io.options', { socket: socket }); how to send chat message ?

I wanted a default route to run if there was not a match found. My route root can be defined in the module and is set on page render through...

I saw bone.io is quite similar to backbone.js for some aspect like router and views. Why has been decided to not provide a built in support for models and collections?...

Great framework. Just curios to see if there is a scaffolded template to start a new project with?

Hi! bone.io looks really interesting. I did some work with NodeJS, but I still need to use other server-side programming languages and technologies for other stuff. Mostly I've been using...

In this example, clicking the link will redirect user to a 404 page. ``` javascript search bone.router({ routes: { "/search/:query": "find" }, find: function(query, data) { alert(query); } }); bone.router.start({pushState:...