docs: add "emitting and listening to events" pages

Imported from the javascript documentation:

- https://socket.io/docs/v3/emitting-events/
- https://socket.io/docs/v3/listening-to-events/
This commit is contained in:
Damien Arrachequesne
2020-12-16 01:55:30 +01:00
parent dee6bb97b3
commit aeecf9ecac
3 changed files with 178 additions and 0 deletions

View File

@@ -26,6 +26,8 @@
<menu name="Overview">
<item name="Installation" href="./installation.html"/>
<item name="Usage" href="./usage.html"/>
<item name="Emitting events" href="./emitting_events.html"/>
<item name="Listening to events" href="./listening_to_events.html"/>
<item name="Migrating from 1.x" href="./migrating_from_1_x.html"/>
</menu>