Added base project
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const handleConnectionEvents = (io, socket) => {
|
||||
socket.on("echo", (msg) => {
|
||||
socket.emit("echo", msg);
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user