https://github.com/softvisio-node/uws
uWebsocket.js re-packed
https://github.com/softvisio-node/uws
Last synced: over 1 year ago
JSON representation
uWebsocket.js re-packed
- Host: GitHub
- URL: https://github.com/softvisio-node/uws
- Owner: softvisio-node
- Created: 2021-06-03T04:46:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:42:30.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:11:59.446Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://softvisio-node.github.io/uws/
- Size: 10 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
> :information_source: Please, see the full project documentation here:
# Introduction
Repacked version of [uWebSocket.js](https://github.com/uNetworking/uWebSockets.js).
## Install
```sh
npm install @softvisio/uws
```
## Usage
```javascript
import uws from "@softvisio/uws";
```