socket.io-chat-platform
socket.io-chat-platform copied to clipboard
A basic chat platform based on Socket.IO
Results
4
socket.io-chat-platform issues
Sort by
recently updated
recently updated
newest added
Question: would it make sense to create a package from this? Something like: ```js import { Server } from "socket.io"; import pg from "pg"; import { initNamespace } from "@socket.io/chat-platform";...
Fixes an issue where, after creating a new chat and automatically navigating to it, the app does not respond to clicks on the previous chat in the menu, and the...