Guest User

Untitled

a guest
Dec 13th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. World is a graph of nodes.
  2.  
  3. Nodes have arbitrary number of named properties.
  4.  
  5. Users are nodes in the graph.
  6.  
  7. Users can traverse the graph.
  8.  
  9. Users can inspect node properties and edges.
  10.  
  11. Users can change node properties and edges.
  12.  
  13. Multiple users can be simultaneously connected.
  14.  
  15. Users can send messages to each other.
Add Comment
Please, Sign In to add comment