Closed nikochiko closed 4 years ago
Closes #51 along with #59
Changes:
ws://domain/ws/widgets/<user_id>
{"event": "click"}
{"event": "impression"}
Preferred way to run in production is using daphne: daphne -p 8000 hyperlog.asgi:application
daphne -p 8000 hyperlog.asgi:application
Closes #51 along with #59
Changes:
ws://domain/ws/widgets/<user_id>
{"event": "click"}
would increment clicks and{"event": "impression"}
would increment impressionsPreferred way to run in production is using daphne:
daphne -p 8000 hyperlog.asgi:application