wdlsvnit / Omeclone

A clone of omegle.com
104 stars 50 forks source link

Show the actual number of users online #111

Open therohitramesh opened 6 years ago

therohitramesh commented 6 years ago

Fixes #107

therohitramesh commented 6 years ago

Deployment link: https://omeclone-therohitramesh.herokuapp.com/chat

lunaticmonk commented 6 years ago

@therohitramesh I guess you misunderstood what is required over here. You have to show the users real time on the index page. Currently, we are returning the number of online users to the template. Use sockets instead of that.

mrmir commented 6 years ago

@therohitramesh You've used the format for opening an issue instead of submitting a PR.

therohitramesh commented 6 years ago

@mrmir Oh yeah. Thanks.