Skip to content

A personal project I created to learn and improve my skills in JSON-RPC to use in Load & Stress Tests benchmarkings

Notifications You must be signed in to change notification settings

AlexGalhardo/learning-json-rpc

Repository files navigation

Learning JSON-RPC

Introduction

Development Setup Local

  1. Clone repository
git clone [email protected]:AlexGalhardo/learning-json-rpc.git
  1. Install dependencies
bun install
  1. Run setup.sh
chmod +x setup.sh && ./setup.sh
  • Building Server
bun build --compile --minify ./src/server.ts --outfile server
  • Building Client
bun build --compile --minify ./src/client.ts --outfile client
  • Building all
bun run build
  • Executing binaries
./server
./client

License

MIT

Copyright (c) April 2024-present, Alex Galhardo

About

A personal project I created to learn and improve my skills in JSON-RPC to use in Load & Stress Tests benchmarkings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published