An open API service indexing awesome lists of open source software.

https://github.com/yoavniran/socket-drawer_todo-mvc-client

this is an example implementation for a client making use of socket drawer on the server. An implementation of todo-mvc with backbone and marionette
https://github.com/yoavniran/socket-drawer_todo-mvc-client

Last synced: 8 months ago
JSON representation

this is an example implementation for a client making use of socket drawer on the server. An implementation of todo-mvc with backbone and marionette

Awesome Lists containing this project

README

          

# Backbone.Marionette & RequireJS - Socket Drawer TodoMVC Example

based on the backbone marionette todo-mvc implementation:

## Socket Drawer

GitHub - Socket Drawer
NPM - soon...

## Implementation

this shows how to communicate with a server running Socket-Drawer.

the client queries the server to understand which web-sockets implementation it uses and supports 3 different ones:
SockJS, SocketIO and WS

### Server Implementation

can be found here: socket-drawer server example