Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'`