Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanayashiki/react-native-ws-logger

An out-of-the-box websocket network viewer
https://github.com/hanayashiki/react-native-ws-logger

Last synced: 2 months ago
JSON representation

An out-of-the-box websocket network viewer

Awesome Lists containing this project

README

        

# react-native-ws-logger

An out-of-the-box websocket network viewer

## Installation

```sh
npm install react-native-ws-logger
```

## Usage

```js
import WsLogger from "react-native-ws-logger";

// ...

const result = await WsLogger.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT