react-native-sse
Version:
EventSource implementation for React Native. Server-Sent Events (SSE) for iOS and Android.
30 lines • 744 B
JSON
{
"name": "react-native-sse",
"version": "1.2.1",
"description": "EventSource implementation for React Native. Server-Sent Events (SSE) for iOS and Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binaryminds/react-native-sse.git"
},
"keywords": [
"react-native",
"expo",
"event-source",
"sse",
"server-sent-events",
"chatgpt",
"stream",
"ios",
"android"
],
"author": "BinaryMinds",
"license": "MIT",
"bugs": {
"url": "https://github.com/binaryminds/react-native-sse/issues"
},
"homepage": "https://github.com/binaryminds/react-native-sse#readme"
}