chatstorm-client
Version:
A real-time chat client built using Socket.IO for seamless communication. Compatible with both React and React Native. This client handles connection, message exchange, event-driven updates, and user session management in a modular and extensible structur
49 lines (48 loc) • 1.35 kB
JSON
{
"name": "chatstorm-client",
"version": "2.2.6",
"main": "src/utils/ChatSocket.tsx",
"types": "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",
"react-native",
"react-native-chat",
"mobile-chat"
],
"author": "Vikas Rajput",
"license": "ISC",
"description": "A real-time chat client built using Socket.IO for seamless communication. Compatible with both React and React Native. 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.",
"peerDependencies": {
"react": ">=16.8.0",
"socket.io-client": "^4.8.1"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
},
"dependencies": {
"socket.io-client": "^4.8.1"
}
}