Websockets (Faye)

I have datatable using php to load and save data.
Is that possible to integrate it with faye proxy, so that another user can ‘live update data’ ?:

url: “faye->data.php”,
save: “faye->data.php”

if you are using code like above - the data.php will not be triggered at all, this string will be used as name of channel. Both clients will see updates of each other, but data will not be saved in DB