I want to create a web application where a moderator can post live score of a cricket match (all the info like current playes, score, balls etc) & users can view real-time score of the match.
Here's my implementation-
PART1-
I have setup a server to listen to GET, POST & other request. The moderator fills data & json object is sent to server. On the user side, through server polling, json objects are fetched and data is displayed in almost realtime.
I am implementing all this using AngularJS 1.X, jQuery only.
My question is am I doing this right or is there any better way of doing this?
PART2- Other part of the application is that the users will be registered through Facebook/Google and the moderator will choose team players from the list of registered users. How should I implement this? I haven't started this part.
Any help is much appreciated.
Aucun commentaire:
Enregistrer un commentaire