Skip to content

Chill&chat websockets

Alvin Cheng edited this page Apr 23, 2023 · 5 revisions

Websockets

A chat app cannot just have an API without a websocket, right?? So we implemented one! This websocket uses a advanced websocket library called socket.io. Here are the wiki pages for the websocket events:

Clone this wiki locally