UNPKG

jsp-raknet

Version:

Basic RakNet implementation written in Javascript

19 lines (13 loc) 773 B
[![NPM version](https://img.shields.io/npm/v/jsp-raknet.svg)](http://npmjs.com/package/jsp-raknet) [![Build Status](https://github.com/extremeheat/jsp-raknet/workflows/CI/badge.svg)](https://github.com/extremeheat/jsp-raknet/actions) [![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](https://discord.gg/GsEFRM8) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/JSPrismarine/RakNet) # JSRakNet Pure JavaScript implementaion of RakNet. Originally created by HerryYT and filfat. This is not stable, please consider using https://github.com/extremeheat/node-raknet-native instead if possible. ## Install ``` npm i jsp-raknet ``` ## Usage See tests/ for usage.