diepsocket

1.1.10 • Public • Published

diepsocket

NPM version license

Description

Connect to a diep.io server very easily.

Installation

npm install diepsocket

How to use

The following example will connect a bot to the diep.io partylink.

const DiepSocket = require('diepsocket');

const bot = new DiepSocket('diep.io/#26331613006B57F647');

bot.on('accept', () => console.log('Succesfully connected!'))
bot.on('error', (err) => console.log(err));

Documentation

The documentation is still in progress https://github.com/Cazka/diepsocket/blob/master/docs/diepsocket.md

External Links

If you want to learn the server protocol I suggest visiting these sites:

https://github.com/cx88/diepssect
https://github.com/HueHanaejistla/diep.io-protocol-wiki
https://packet-prettifier.surge.sh/

Readme

Keywords

none

Package Sidebar

Install

npm i diepsocket

Weekly Downloads

1

Version

1.1.10

License

MIT

Unpacked Size

67.4 MB

Total Files

44

Last publish

Collaborators

  • cazka