Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Plug Alternatives
Similar projects and alternatives to plug
-
ex_admin
ExAdmin is an auto administration package for Elixir and the Phoenix Framework
-
phoenix_ecto
Phoenix and Ecto integration with support for concurrent acceptance testing
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
phoenix_pubsub_redis
The Redis PubSub adapter for the Phoenix framework
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
tesla
The flexible HTTP client library for Elixir, with support for middleware and multiple adapters.
-
-
Elixir
Elixir is a dynamic, functional language for building scalable and maintainable applications
-
-
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
plug reviews and mentions
-
Elixir for Cynical Curmudgeons
Yes, it’s a bit of a magic argument, but it’s the only unhygienic variable introduced with a Plug dispatch:
https://github.com/elixir-plug/plug/blob/main/lib/plug/route...
Everything else is explicitly passed, AFAICT.
-
I'm struggling with creating a rest api with Elixir - total noob
Have you read https://github.com/elixir-plug/plug ? Shows you how to do a GET in under 5 mins.
- ElixirのHTTPクライアントでお天気情報を取得したい(2022年)
-
Request Coalescing in Async Rust
Coming from the Ruby ecosystem, a lot of this played out similarly to how the Rack[1] middleware conventions developed in the early Rails v1 and v2 days. Prior to Rack there was a lot of fragmentation in HTTP server libraries, post-Rack everything more or less played nicely as long as libraries implemented Rack interfaces.
I don't write Rust professionally, but it was a bummer seeing that this seems to be a place that was figured out (painfully) in ecosystems used heavily for web development--Javascript and Elixir have their own Rack equivalents[2][3]. I hope that Tower plays a similar role to unify the library ecosystem in Rust.
1. https://github.com/rack/rack
-
Learn how to deploy Elixir apps on Heroku
If you're not familiar with it, feel free to check the inner workings of Plug in their documentation. For now, the code above is fairly self-explanatory I hope. All we need to know is that we're using the Plug.Router capabilities and exposing an endpoint /bpi which we're going to use to retrieve our data and to show it.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 10 Dec 2023
Stats
elixir-plug/plug is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of plug is Elixir.