Skip to content

lesbiannix/MeowFox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucy Protocol

This repository contains the implementation of the Lucy protocol, a secure web protocol suite.

Development

This project uses Nix Flakes to provide a reproducible development environment.

To activate the development environment, run:

nix develop

This will provide a shell with Rust, Cargo, and all other necessary dependencies.

Running the Server and Client

You can run the server and client using Cargo.

Server

To start the server, run the following command from the src/protocol directory:

cargo run --bin server

The server will listen on 127.0.0.1:8080.

Client

To send a request to the server, run the following command from the src/protocol directory:

cargo run --bin client -- lucy://127.0.0.1:8080/hello

The client will send a request to the server and print the response.

Browser

To run the browser, run the following command from the src/browser/src directory:

cargo run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors