Coder Social home page Coder Social logo

peperman66 / rbx-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roblox-aurora/rbx-net

0.0 0.0 0.0 622 KB

Advanced multi-language networking framework for Roblox

Home Page: https://rbxnet.australis.dev/

License: MIT License

Shell 0.98% Lua 4.53% PowerShell 1.10% TypeScript 93.39%

rbx-net's Introduction

RbxNet

Advanced multi-language networking framework for Roblox.

npm version


RbxNet is a definition-based networking framework for Roblox, built in TypeScript, but also available in Luau. It simplifies the creation and management of networking in Roblox experiences.

Features

  • Create a definitions file of all your networking-based objects in your game. This is a single source of truth for your networking objects. No more tracking instances manually, or having to programmatically create them manually. Each network object is represented by an identifier you define, and by default is created on the server at runtime.
  • Scoped namespacing - Networking objects can be namespaced, so you can group related networking objects for easier organization.
  • Simple contextual-based API for fetching and using the networking objects.
    • <DefinitionObject>.[Server|Client].Get To fetch objects from your definitions as usable objects.
  • Ability to add middleware to your networking objects. Type checking, rate limiting, restricting, logging, you name it.
    • RbxNet comes with TypeChecking, RateLimiter and Logger built-in.
  • *AsyncFunction: Asynchronous networking remotes - Event-driven send/recieve messaging between server and client, with no pitfalls of regular Functions.
  • Asynchronous callbacks and methods: RbxNet is a roblox-ts native library, meaning it supports promises out of the box.
  • ExperienceBroadcastEvent (v3.0): Experience-based broadcasting through MessagingService. Allows for uses like cross-server chat, server browsers and announcements.

Documentation:

Available Here

Extensions

Libraries

Listed here are libraries based around, or useful to RbxNet.

Library Languages Description
EncryptedNet Luau Authenticated encryption of Roblox networking with ECDH key exchanges and ChaCha20 ciphering.

Tools

Listed here are tools that are useful to RbxNet.

Tools Type Description
rbxts-transform-guid TypeScript Transformer Generates compile-time GUIDs for Enums. Useful for compile-time remote ids.

More Help & Links

Australis OSS Community

rbx-net's People

Contributors

vorlias avatar monzterdev avatar dependabot[bot] avatar peperman66 avatar liamlutton avatar overhash avatar tigerqaa avatar zachcurtis avatar boatbomber avatar howmanysmall avatar iamacup avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.