Go to file
2025-07-09 00:36:26 +01:00
rpc docs 2025-07-09 00:36:26 +01:00
shared-types docs 2025-07-09 00:36:26 +01:00
.gitignore init 2025-07-08 22:27:10 +01:00
biome.json linter + configs 2025-07-08 22:48:53 +01:00
license.md init 2025-07-08 22:27:10 +01:00
package.json init 2025-07-08 22:27:10 +01:00
readme.md docs 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