https://github.com/7c/socketioclient
socket.io-client wrapper
https://github.com/7c/socketioclient
Last synced: 4 months ago
JSON representation
socket.io-client wrapper
- Host: GitHub
- URL: https://github.com/7c/socketioclient
- Owner: 7c
- Created: 2023-09-04T15:29:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T14:40:54.000Z (about 1 year ago)
- Last Synced: 2025-01-19T09:42:55.512Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- 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'`