In this post, we will see how we deploy the Phoenix application using AWS CodeBuild, CodeDeploy, and CodePipeline Steps Create a Phoenix app to deploy$ mix phx.new memories $ cd memories $ mix ecto.
In this article you will learn how to use Docker for local application development We are going to see how we can use Docker to run our application in Docker container but still
We will see in-depth How to use Phoenix as a Signalling server Writing Elixir client for talking with Janus How to write WebRTC code with JavaScript How to use the Janus Videoroom plugin
This post shows you how to create a simple Sinatra (Sinatra is a Ruby DSL for quickly creating web applications in Ruby with minimal effort) app to send you Twilio TURN servers, which
Phoenix is a web framework for Elixir language. In this post, we will see how to add test coverage report support with excoveralls library. Follow below steps. Add excoveralls as a (Development) Dependency