vonH
What libraries do Elixir and Erlang use for web development with CGI and FastCGI?
What libraries do Elixir and Erlang use for web development with CGI and FastCGI?
If you wish to know it is for shared hosting services which use CGI and FastCGI. VPSs and dedicated servers are not in use here.
Thanks
Most Liked
OvermindDL1
You could probably make a simple escript to act as a FastCGI endpoint (I’d not recommend CGI as it would reload the BEAM VM on every-single-request). The spec is certainly simple enough that libraries are not really needed at all.
But why though? You will be losing out on a huge amount of features and speed by doing that… o.O
vonH
benwilson512
I completely understand this motivation. However, I’m unclear on why cgi or fast_cgi are seen as the basics. They’re older, that’s for sure, but they aren’t particularly basic or fundamental to web interactions. They certainly don’t form the basics that underly how something like Erlang works.
Last Post!
alishir
Hi all, I’m seeking a way to integrate a basic Erlang app with Apache2 via the FastCGI protocol. I’ve explored ex_fcgi but it doesn’t seem suitable for this task. I discovered that Erlang has an FCGI socket type. Do you have any insights on how I can integrate an Erlang app with Apache2 using the FastCGI communication protocol? I’m looking for an Erlang equivalent to fcgiwrap + Perl’s FCGI.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #hex
- #security










