itty-sockets 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
[](https://github.com/kwhitley/itty-sockets/issues)
|
|
15
15
|
[](https://discord.gg/53vyrZAu9u)
|
|
16
16
|
|
|
17
|
-
### [Full Documentation](https://
|
|
17
|
+
### [Full Documentation](https://ittysockets.com/docs) | [Discord](https://discord.gg/53vyrZAu9u)
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
@@ -26,11 +26,9 @@ No accounts, no API keys, nothing to deploy. Just connect and start sending.
|
|
|
26
26
|
|
|
27
27
|
<br />
|
|
28
28
|
|
|
29
|
-
> After
|
|
29
|
+
> After building realtime apps for years, I wanted something absolutely frictionless for prototyping. Spinning up socket servers or authenticating to services like Pusher/Ably involves overhead every time... so I built a service for myself (and everyone else). Then I designed this super-tiny WebSocket client that made even *that* side really easy to work with.
|
|
30
30
|
>
|
|
31
31
|
> Welcome to `itty-sockets`!
|
|
32
|
-
>
|
|
33
|
-
> ~ Kevin W
|
|
34
32
|
|
|
35
33
|
<br />
|
|
36
34
|
|