KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
backbone-rpc-example
★ 12
Open GitHub ↗
sync backbone-models via dnode!
Download README (.md)
Explore Similar Repositories
moodle-block_course_contents
:
Side block producing a list of all visible topic/week in your course
Replica
:
Repl to exec JavaScript code on browsers
EclipseLovesCinder
:
A repository containing a compiling Cinder helloworld project in Eclipse/MAKE for other people who like xcode, but gave up on it's C++ editing abilities.
Napply
:
Take a quick nap with your androphone
Technocrat
:
Ambient Techno Machine
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
backbone-rpc-example
?
Download (.md)
# backbone.js on the server! this is an approach to use backbone.js on the server with node.js. ## why? the benefit of using backbone.js on the server is that we can use the same interface (backbone.js-collections) to our data (backbone.js-models) on the server-side which we are already using on the client-side. this is very handy when we want to provide a RPC-interface. ## how? dirty server-side expressjs couchdb backbone-collection dnode browser ^ ^ ^ ^ ___|___ _____________|_____________ ____|_____ ___|___ 1a) backend ------> server-memory ------> REST-API ---> client 1b) backend ------> server-memory ------> RPC-API ----> client 2a) backend ----------------------------> REST-API ---> client 2b) backend ----------------------------> RPC-API ----> client