Skip to content

Instantly share code, notes, and snippets.

@tanepiper
Created April 24, 2012 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanepiper/197e1e9ce88e8f6a3ab1 to your computer and use it in GitHub Desktop.
Save tanepiper/197e1e9ce88e8f6a3ab1 to your computer and use it in GitHub Desktop.
With the rise of the real time web and new powerful network stacks like Nodejs, writing code that can be clean, well tested and run anywhere has become vitally important as web applications grow in size.
Many new frameworks and stacks have begun to appear around the grown of nodejs such as Meteor.js, Now.js and DNode that show what the web is now capable of.
This talk will cover DNode – a clever Remote Procedure Call (RPC) stack implemented over websockets that gets out your way and allows you to write powerful code – it’s callbacks all the way down!
The talk will include code examples and cover topics such as:
Installing Nodejs and DNode as your server stack
Look mum! No events – Writing one way RPC from client to server
Implementing two way RPC to allow the server to communicate with the client
Writing DNode Middleware – exposing sessions and databases to DNode securely
The talk will feature demos that will just scratch the surface of how powerful DNode can be.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment