Crates.io | poem-proxy |
lib.rs | poem-proxy |
version | 0.2.0 |
source | src |
created_at | 2022-11-09 05:29:14.87458 |
updated_at | 2022-11-21 03:49:11.545295 |
description | A simple proxy endpoint compatible with the Poem web framework |
homepage | |
repository | https://github.com/Parrhesia-Base/poem-proxy |
max_upload_size | |
id | 708562 |
size | 41,176 |
This crate provides an endpoint for the poem web framework which transfers data to and from another server
While this project is in work, I will be following this development roadmap. In the end, poem-proxy will be a versatile service that is ready for your next web application. It is not quite there yet - but it is on its way!
As you can see, this proxy service is not yet fully functional. The items checked off have been tested and do work to some limited capacity.
Poem-proxy is a sub-project of Parrhesia. It is meant to facilitate a seamless user experience for front-end development without needing to route internet traffic to multiple backend servers. Instead, all connections can be sent to the Rust backend, which will sort through and forward any necessary requests.
Parrhesia will officially support Sveltekit as the front-end framework of choice, and even today this proxy endpoint can handle all its basic functionality. Even Hot-Module-Reloading, which is a massive boost to the development experience.
Documentation is also in work, and can be found here. Just remember that it's a work-in-progress. Parhesia is nowhere near completion, but you can check out that repository to see how this endpoint is currently being used.
Due to the small scale of this project, code contributions really aren't currently needed. That being said, I am in need of people knowledgable with proxies to review my work and ensure it is correct and follows today's proxy standards. In addition, please create issues if you come across any bugs or have any other ideas on how this proxy can be improved.
This code is licensed under the MIT License. If you make improvements, please consider contributing them back to main. You are completely free to use this code and this library for any purpose. Anything you contribute shall be licensed as MIT, without additional terms or conditions.