文件名称:reactotron-core-server:reactotron应用程序使用的核心reactotron服务器
文件大小:189KB
文件格式:ZIP
更新时间:2024-05-06 10:58:52
TypeScript
reactotron核心服务器 这提供了服务器的核心功能,使其可以与客户端对话。 它由和reactotron-cli 。 用法 import { createServer } from 'reactotron-core-server' // configure a server const server = createServer ( { port : 9090 , // default onStart : ( ) => null , // fires when we start the server onStop : ( ) => null , // fires when we stop the server onConnect : ( { id , address } ) => null , // fires when a client connects onD
【文件预览】:
reactotron-core-server-master
----.babelrc(125B)
----rollup.config.js(935B)
----renovate.json(167B)
----package.json(4KB)
----test()
--------started.test.ts(359B)
--------connections.test.ts(811B)
--------configure.test.ts(560B)
--------send.test.ts(898B)
----.prettierrc(67B)
----.prettierignore(85B)
----LICENSE(1KB)
----src()
--------reactotron-core-server.ts(10KB)
--------validation.ts(584B)
--------types.ts(2KB)
--------repair-serialization.ts(2KB)
----tsconfig.json(535B)
----.gitignore(74B)
----.circleci()
--------config.yml(2KB)
----README.md(2KB)
----yarn.lock(481KB)