quickstart/

directory
v0.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2026 License: MIT

README

PulseRPC Quickstart Examples

This directory contains runnable quickstart examples for each supported language.

Running Examples

Go
cd go
make test
Python
cd python
python3 server.py &
python3 client.py
Java
cd java
mvn compile exec:java -Dexec.mainClass="MyServer" &
mvn compile exec:java -Dexec.mainClass="MyClient"
TypeScript
cd typescript
npm install
npm run build &
node dist/my_server.js &
node dist/my_client.js
C#
cd csharp/TestServer
dotnet run &
cd ../TestClient
dotnet run

Automated Testing

Run all quickstart tests:

make test-quickstarts

Run individual language test:

make test-quickstart-go

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL