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
- Host: GitHub
- URL: https://github.com/yoavniran/socket-drawer_todo-mvc-client
- Owner: yoavniran
- Created: 2015-03-10T21:37:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T21:51:24.000Z (over 11 years ago)
- Last Synced: 2025-01-22T02:44:14.595Z (over 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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