Go to file
2024-10-03 01:03:39 -04:00
android Initial commit 2024-10-03 01:03:39 -04:00
example-app Initial commit 2024-10-03 01:03:39 -04:00
ios Initial commit 2024-10-03 01:03:39 -04:00
src Initial commit 2024-10-03 01:03:39 -04:00
.eslintignore Initial commit 2024-10-03 01:03:39 -04:00
.gitignore Initial commit 2024-10-03 01:03:39 -04:00
.prettierignore Initial commit 2024-10-03 01:03:39 -04:00
CapacitorSockets.podspec Initial commit 2024-10-03 01:03:39 -04:00
CONTRIBUTING.md Initial commit 2024-10-03 01:03:39 -04:00
package.json Initial commit 2024-10-03 01:03:39 -04:00
Package.swift Initial commit 2024-10-03 01:03:39 -04:00
README.md Initial commit 2024-10-03 01:03:39 -04:00
rollup.config.js Initial commit 2024-10-03 01:03:39 -04:00
tsconfig.json Initial commit 2024-10-03 01:03:39 -04:00

capacitor-sockets

Sockets

Install

npm install capacitor-sockets
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>