Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codingitwrong/websocket-echo-expo


https://github.com/codingitwrong/websocket-echo-expo

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# websocket-echo-expo

A simple WebSocket client using Expo and React Native, for Android, iOS, and Web.

Because some abstractions over WebSocket only work in the browser, compatibility with this tool demonstrates that a given WebSocket backend is standards-compliant and works in React Native too.

## Requirements

- [pnpm](https://yarnpkg.com/en/docs/install)
- [Expo CLI](https://facebook.github.io/react-native/docs/getting-started)
- A [websocket-echo backend](https://github.com/CodingItWrong?tab=repositories&q=websocket-echo&type=&language=&sort=)

## Installation

```bash
$ pnpm install
```

## Running

```bash
$ pnpm start
```

Then choose any of:

- Run on Android device/emulator
- Run on iOS simulator
- Run in web browser (React Native for Web)