-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,64 @@ | ||
# Fleet | ||
<p align="center" width="100%"> | ||
Ephemeral HTTP API tunnel | ||
</p> | ||
|
||
> Ephemeral HTTP API tunnel | ||
<p align="center" width="100%"> | ||
<img width="50%" src="./assets/logo.png"> | ||
</p> | ||
|
||
--- | ||
|
||
<div align="center"><p> | ||
<a href="https://godoc.org/github.com/murtaza-u/fleet"> | ||
<img alt="GoDoc" src="https://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge&logo=github&color=30b976&logoColor=D9E0EE&labelColor=302D41"/> | ||
</a> | ||
|
||
<a href="https://github.com/murtaza-u/fleet/pulse"> | ||
<img alt="Last commit" src="https://img.shields.io/github/last-commit/murtaza-u/fleet?style=for-the-badge&logo=github&color=8bd5ca&logoColor=D9E0EE&labelColor=302D41"/> | ||
</a> | ||
|
||
<a href="https://github.com/murtaza-u/fleet/blob/main/LICENSE"> | ||
<img alt="License" src="https://img.shields.io/github/license/murtaza-u/fleet?style=for-the-badge&logo=github&color=ee999f&logoColor=D9E0EE&labelColor=302D41" /> | ||
</a> | ||
|
||
<a href="https://github.com/murtaza-u/fleet/stargazers"> | ||
<img alt="Stars" src="https://img.shields.io/github/stars/murtaza-u/fleet?style=for-the-badge&logo=github&color=c69ff5&logoColor=D9E0EE&labelColor=302D41" /> | ||
</a> | ||
|
||
<a href="https://github.com/murtaza-u/fleet/issues"> | ||
<img alt="Issues" src="https://img.shields.io/github/issues/murtaza-u/fleet?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41" /> | ||
</a> | ||
|
||
<a href="https://github.com/murtaza-u/fleet"> | ||
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/murtaza-u/fleet?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41" /> | ||
</a> | ||
|
||
<a href="https://twitter.com/intent/follow?screen_name=murtaza_u_"> | ||
<img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/murtaza_u_?style=for-the-badge&logo=twitter&color=8aadf3&logoColor=D9E0EE&labelColor=302D41" /> | ||
</a> | ||
</p></div> | ||
|
||
## Features | ||
|
||
* Ephemeral | ||
* Zero-effort TLS | ||
* No hole-punching or port forwarding required | ||
* Fast | ||
|
||
## Demo - serve static files | ||
|
||
[![asciicast](https://asciinema.org/a/6lfmWZGfJDPwO8DYoCNG9WJwM.svg)](https://asciinema.org/a/6lfmWZGfJDPwO8DYoCNG9WJwM) | ||
|
||
## Demo - proxy requests to local running server | ||
|
||
[![asciicast](https://asciinema.org/a/jCQ3AUDPLRKL55tX3kqWTCnIY.svg)](https://asciinema.org/a/jCQ3AUDPLRKL55tX3kqWTCnIY) | ||
|
||
## SDK | ||
|
||
Explore the provided [examples](./example), and for a comprehensive API | ||
reference, please visit | ||
[GoDoc](https://godoc.org/github.com/murtaza-u/fleet). | ||
|
||
## Architecture | ||
|
||
![Fleet Architecture](./assets/fleet-architecture.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.