https://github.com/gnlow/pusher-http-deno
Deno port of pusher-http-node
https://github.com/gnlow/pusher-http-deno
deno pusher
Last synced: about 2 months ago
JSON representation
Deno port of pusher-http-node
- Host: GitHub
- URL: https://github.com/gnlow/pusher-http-deno
- Owner: gnlow
- Created: 2020-11-11T01:36:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T05:58:45.000Z (over 5 years ago)
- Last Synced: 2024-12-30T14:48:44.017Z (over 1 year ago)
- Topics: deno, pusher
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pusher-http-deno
Deno port of [pusher-http-node](https://github.com/pusher/pusher-http-node).
## Use
```ts
import Pusher from "https://denopkg.com/gnlow/pusher-http-deno@main/mod.ts"
```
Don't forget to run script with `--allow-net` option.
## What has changed from [pusher-http-node](https://github.com/pusher/pusher-http-node)?
- CommonJS -> ES Modules
- Use Deno port of libraries
- Prototype -> Class
## ⚠️ Warning: Not yet fully tested