Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPC.jl

A Julia package providing Remote Procedure Call (RPC) functionality.

Features

  • Simple RPC server and client implementation
  • Supports various data types through Julia's serialization
  • HTTP/WebSockets communication

Installation

using Pkg
Pkg.add(url="https://github.com/YourUsername/RPC.jl")

Usage

See the examples directory for detailed usage instructions:

  • rpc_example.jl: Basic RPC usage
  • integration_example.jl: Integration example

Testing

Run the tests with:

using Pkg
Pkg.test("RPC")

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages