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

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

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