Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.01 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.01 KB

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