digitsu

digitsu

Hi I’m trying to do something simple, which is just to connect to a phoenix server backend via its API pipeline (JSON) using not a js client, but a separate elixir process. I understand that if this process is going to talk websockets/phoenix channels, there is the PhoenixClient library that can be used, but I just need to talk standard HTTP, sending across JSON messages through POST/GET etc.

Is there a library that can do this? I think all I need to get is a handle on the connection, and I think the standard phoenix library should be able to do this but the only examples I can see of this is wrapped up in the PhoenixConnTest module, and I want to do this outside the context of a test.

Thanks! :smiley:

Showing Posts 1 to 2

beepbeepbopbop

beepbeepbopbop

So as far as I can tell, you’re basically trying to call an endpoint in an existing Elixir application? If so, there’s a number of HTTP clients that you can utilise:

  • :httpc is provided by the Erlang runtime. While it does work, there’s a lot of Erlang idioms that you’ll need to use.
  • hackney is a pretty common HTTP client written for Erlang. It’s a fairly used alternative to httpc.
  • mint is probably the most recent HTTP client on the block, written in Elixir.

However, I would make the distinction between the HTTP client library as wrappers that use said client libraries/abstractions. One such example is finch (GitHub - sneako/finch: Elixir HTTP client, focused on performance · GitHub) which utilises mint which is focused on performance.

If you want something even more generalised, Tesla (GitHub - elixir-tesla/tesla: The flexible HTTP client library for Elixir, with support for middleware and multiple adapters. · GitHub) can be used with various HTTP clients (finch, hackney, httpc), that includes abstractions such as middleware and a more module definition approach to client design.

Keep in mind that these assume “normal” HTTP requests. If you need something to work with Phoenix channels, I recall an Elixir library for that, but it escapes me at the moment.

digitsu

digitsu OP

This is super. Thanks. Exactly what I was looking for.

I’ll check out these libs.

FYI the library for channels is PhoenixClient, which just does channels and not plain HTTP.

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
ryanwinchester
apply_graft/2 doesn’t rewrite an add_many sub-workflow’s deps on an add step. Grafted jobs cancel with “upstream job was deleted” Version...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews