Heroku Websocket Example With Fake Data

Generate samle user Json file every one second to all connected clients.

Returns array of objects with randomly generated data

[
.......,
{
id: 7,
first_name: 'Cora Zboncak',
last_name: 'Erika Rosenbaum',
email: 'Zander.Nicolas@hotmail.com',
gender: 'Pop',
ip_address: '173.124.216.150'
},
......
]

Deploy