This repository has been archived on 2026-09-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-07-09 00:36:26 +01:00
2025-07-09 00:36:26 +01:00
2025-07-09 00:36:26 +01:00
2025-07-08 22:27:10 +01:00
2025-07-08 22:48:53 +01:00
2025-07-08 22:27:10 +01:00
2025-07-08 22:27:10 +01:00
2025-07-09 00:36:26 +01:00

FiveM RPC

is an all-in-one package with asynchronous RPC implementation for FiveM servers in JS/TS

Installation

  pnpm i @entityseven/fivem-rpc
  yarn add @entityseven/fivem-rpc
  bun add @entityseven/fivem-rpc

It is highly recommended to also install additional package for enhanced typing

  pnpm i @entityseven/fivem-rpc-shared-types -D
  yarn add @entityseven/fivem-rpc-shared-types --dev
  bun add @entityseven/fivem-rpc-shared-types -d

Docs

Can be found in /rpc/readme.md

Features

  • Type-Safe Development: Eliminate runtime errors and enhance code reliability with comprehensive type safety
  • All-in-one package: Communicate effortlessly between server, client and webview

Contributing

Issues and pull requests are very welcome

License

Licensed under Custom Attribution-NoDerivs Software License

S
Description
No description provided
Readme
61 KiB
Languages
TypeScript 100%