- A personal project I created to learn and improve my skills in:
- Clone repository
git clone [email protected]:AlexGalhardo/learning-json-rpc.git
- Install dependencies
bun install
- 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
Copyright (c) April 2024-present, Alex Galhardo