1.2.71 • Published 9 months ago
@sanctumterra/raknet v1.2.71
Raknet Client
Installation
npm install @sanctumterra/raknet
bun install @sanctumterra/raknet
Usage
import { Client } from "@sanctumterra/raknet";
const client = new Client({
host: "127.0.0.1",
port: 19132
});
client.connect().then((advertisement) => {
console.log(advertisement);
console.log(`Connected to ${client.options.host}:${client.options.port}`);
client.disconnect(); // We can disconnect after we're connected if you want to close the connection
});
1.2.0
9 months ago
1.2.6
9 months ago
1.2.5
9 months ago
1.2.4
9 months ago
1.2.3
9 months ago
1.2.2
9 months ago
1.2.1
9 months ago
1.2.71
9 months ago
1.1.11
9 months ago
1.1.10
9 months ago
1.1.8
9 months ago
1.1.7
9 months ago
1.1.6
9 months ago
1.1.5
9 months ago
1.1.4
9 months ago
1.1.1
9 months ago
1.1.0
9 months ago
1.1.3
9 months ago
1.1.2
9 months ago
1.0.20
10 months ago
1.0.19
10 months ago
1.0.18
10 months ago
1.0.17
11 months ago
1.0.16
12 months ago
1.0.15
12 months ago
1.0.14
12 months ago
1.0.13
12 months ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago