socket.io-chat-platform icon indicating copy to clipboard operation
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

Add a client implementation based on [React](https://react.dev/).

enhancement

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";...

Add a server implementation based on MongoDB

enhancement

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...