OH!

Object Hub is a library that changes the concept of server-client. It creates a “hub” on the server for an object. All clients connected to the hub are always synchronized - mirroring changes from one client to another on the fly. Your code doesn’t change an inch - it just happens, like magic.

Go 2 OH!

Proxserve

Proxserve is a library for observing an object via javascript’s proxy. This powerful library lets you track any change made to your object and sub-objects while staying extremely efficient on CPU and memory.

Go 2 Proxserve