-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add blog post for gloo-net * 0.6.1
- Loading branch information
Showing
4 changed files
with
5,527 additions
and
8,057 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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
slug: release-gloo-net | ||
title: Gloo gets a new crate: gloo-net | ||
author: Muhammad Hamza | ||
author_title: Maintainer of Gloo | ||
author_url: https://github.com/hamza1311 | ||
author_image_url: https://avatars.githubusercontent.com/u/47357913?v=4 | ||
tags: [release] | ||
--- | ||
|
||
The Gloo team is happy to announce a new addition to the Gloo crates family: `gloo-net`. It is an HTTP requests | ||
library built specially for WASM apps and provides idiomatic Rust bindings for the `fetch` and `WebSocket` API. | ||
This has been a long requested library, and it has finally arrived. | ||
|
||
## Features | ||
|
||
- HTTP: complete wrappers around the browser's `fetch` API. | ||
- WebSocket: complete wrappers around the browser's `WebSocket` API using Rust futures. | ||
|
||
We have plans to also provide wrapper for `XMLHttpRequest` in the future. | ||
|
||
## Looking for contributors | ||
|
||
Gloo project is in need of contributors. It would be really appreciated if you could contribute or raise awareness about | ||
the Gloo project. |
Oops, something went wrong.