All Projects → http4s → http4s-dom

http4s / http4s-dom

Licence: Apache-2.0 License
http4s, in a browser near you

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to http4s-dom

typelevel-stack.g8
📚 Unofficial Giter8 template for the Typelevel Stack (Http4s / Doobie / Circe / Cats Effect / Fs2) based on Cats v1.x.x
Stars: ✭ 63 (+384.62%)
Mutual labels:  cats, typelevel, http4s
Http4s
A minimal, idiomatic Scala interface for HTTP
Stars: ✭ 2,173 (+16615.38%)
Mutual labels:  cats, typelevel, http-client
fennch
Modern fetch-based axios-like HTTP client for the browser and node.js
Stars: ✭ 12 (-7.69%)
Mutual labels:  fetch, http-client
Fetch
Asynchronous HTTP client with promises.
Stars: ✭ 29 (+123.08%)
Mutual labels:  fetch, http-client
scala-functional-programming-tutorial
Functional Programming in Scala Tutorial
Stars: ✭ 23 (+76.92%)
Mutual labels:  cats, http4s
Mouse
A small companion to cats
Stars: ✭ 247 (+1800%)
Mutual labels:  cats, typelevel
http4s-poc-api
POC: http4s http api on zio
Stars: ✭ 34 (+161.54%)
Mutual labels:  cats, http4s
classy-optics
🔎 Source code shown at my talks at Scale by the Bay 2018 and Scalar 2019
Stars: ✭ 25 (+92.31%)
Mutual labels:  cats, http4s
http4s-good-practices
Collection of what I consider good practices in Http4s (WIP)
Stars: ✭ 74 (+469.23%)
Mutual labels:  http4s, http-client
fitch.js
A lightweight Promise based HTTP client, using Fetch API.
Stars: ✭ 35 (+169.23%)
Mutual labels:  fetch, http-client
zenith
⚡ Functional Scala HTTP server, client, and toolkit.
Stars: ✭ 15 (+15.38%)
Mutual labels:  cats, http-client
Hammock
Purely functional HTTP client
Stars: ✭ 174 (+1238.46%)
Mutual labels:  cats, typelevel
fetchx
Beautiful way to fetch data in React
Stars: ✭ 71 (+446.15%)
Mutual labels:  fetch, http-client
influencer-stats
Playground for measuring performance of functional programming tools in Scala. Gathers statistics about videos.
Stars: ✭ 24 (+84.62%)
Mutual labels:  cats, http4s
Monix
Asynchronous, Reactive Programming for Scala and Scala.js.
Stars: ✭ 1,819 (+13892.31%)
Mutual labels:  cats, typelevel
Sup
Composable, purely functional healthchecks in Scala.
Stars: ✭ 138 (+961.54%)
Mutual labels:  cats, typelevel
Skunk
A data access library for Scala + Postgres.
Stars: ✭ 1,107 (+8415.38%)
Mutual labels:  cats, typelevel
Monocle
Optics library for Scala
Stars: ✭ 1,357 (+10338.46%)
Mutual labels:  cats, typelevel
http4s-modules
Web modules built on Http4s
Stars: ✭ 31 (+138.46%)
Mutual labels:  typelevel, http4s
tradeio
A disciplined way to purely functional domain models in Scala
Stars: ✭ 19 (+46.15%)
Mutual labels:  cats, http4s

http4s-dom

Use http4s in your browser with Scala.js! Check out the live example in the docs.

Features:

Notably, http4s-dom can also be used to create serverless apps with Cloudflare Workers which have adopted the same APIs used in the browser!

Usage

http4s-dom Scala version support

// Supports http4s 0.23.x and scala-js-dom 2.x
libraryDependencies += "org.http4s" %%% "http4s-dom" % "0.2.0"

// Or, for compatibility with scala-js-dom 1.x
libraryDependencies += "org.http4s" %%% "http4s-dom" % "0.1.0"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].