chatstorm-client
Version:
A real-time chat client built using Socket.IO for seamless communication. This client handles connection, message exchange, event-driven updates, and user session management in a modular and extensible structure. Designed to work with the Chatstorm server
38 lines (37 loc) • 1.09 kB
JSON
{
"name": "chatstorm-client",
"version": "2.0.7",
"main": "src/utils/ChatSocket.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"real-time-chat",
"socket-io",
"chat-server",
"realtime-messaging",
"socket-chat",
"chat-application",
"nodejs-chat",
"chat-api",
"private-messaging",
"real-time-communication",
"scalable-chat",
"messaging-service",
"live-chat",
"socket-io-chat",
"chat-backend",
"chat-system",
"instant-messaging",
"chat-server-socket",
"chatstorm"
],
"author": "Vikas Rajput",
"license": "ISC",
"description": "A real-time chat client built using Socket.IO for seamless communication. This client handles connection, message exchange, event-driven updates, and user session management in a modular and extensible structure. Designed to work with the Chatstorm server for building scalable, event-based chat applications.",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"socket.io-client": "^4.8.1"
}
}