Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7c/socketioclient
socket.io-client wrapper
https://github.com/7c/socketioclient
Last synced: about 1 month ago
JSON representation
socket.io-client wrapper
- Host: GitHub
- URL: https://github.com/7c/socketioclient
- Owner: 7c
- Created: 2023-09-04T15:29:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T16:04:05.000Z (over 1 year ago)
- Last Synced: 2023-09-05T05:33:26.776Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SocketIOClient
simple socket.io-client wrapper for nodejs with some functionality around it. Typescript version added inside '/ts' folder.## Installation
`npm i --save https://github.com/7c/SocketIOClient`## Import commonJS
`const SocketIOClient = require('SocketIOClient')`## Import TypeScript
`import { SocketIOClient } from 'SocketIOClient/ts'`