#
phoenix-framework
Here are 712 public repositories matching this topic...
Trello tribute done in Elixir, Phoenix Framework, React and Redux.
-
Updated
Nov 9, 2018 - JavaScript
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
postgres
elixir
phoenix
workflow-engine
realtime
postgresql
workflows
cdc
phoenix-framework
change-data-capture
-
Updated
Feb 25, 2021 - Elixir
Build reactive applications with the Rails tooling you already know and love.
react
rails
ember
angular
reactive
spa
vue
server-side-rendering
single-page-applications
ruby-on-rails
actioncable
phoenix-framework
stimulus
liveview
stimulusjs
phoenix-liveview
-
Updated
Feb 24, 2021 - JavaScript
A list of companies currently using Elixir in production.
elixir
phoenix
jobs
elixir-programming-language
elixir-lang
company-profile
phoenix-framework
joblist
-
Updated
Dec 11, 2020 - Elixir
Coherence is a full featured, configurable authentication system for Phoenix
-
Updated
Jan 4, 2021 - Elixir
ExAdmin is an auto administration package for Elixir and the Phoenix Framework
-
Updated
Feb 3, 2020 - Elixir
Security-focused static analysis for the Phoenix Framework
-
Updated
Jan 10, 2021 - Elixir
List of Elixir books
language
programming-language
pdf
distributed-systems
erlang
elixir
phoenix
otp
books
fault-tolerance
tutorials
epub
erlang-vm
concurrent
elixir-phoenix
phoenix-framework
programming-erlang
programming-elixir
elixir-books
elixir-school
-
Updated
Dec 20, 2019
Exemplary real world application built with Elixir + Phoenix
elixir
backend
elixir-lang
elixir-phoenix
phoenix-framework
elixir-examples
elixir-apps
phoenix-application
realworld
-
Updated
Oct 18, 2020 - Elixir
Feature Flags/Toggles for Elixir
-
Updated
Feb 18, 2021 - Elixir
The Good Old game, built with Elixir, Phoenix, React and Redux
-
Updated
Oct 1, 2020 - Elixir
-
Updated
Feb 16, 2021 - Elixir
Free, world-class retrospectives
redux
real-time
elixir
phoenix
agile
reactjs
websockets
remote
phoenix-channels
phoenix-framework
retrospective
-
Updated
Feb 3, 2021 - Elixir
Open
Add comment tag
7
pascalwengerter
commented
Oct 16, 2019
What is the current behaviour?
Uncommented Ruby code doesn't get displayed to the client, like so:
paragraph text: 'I will be rendered'
# paragraph text: 'I will not be rendered'
I think this is well, but sometimes we might want to deliver HTML comments. Therefore, I propose a comment static core component, based on [the W3 reference](https://www.w3schools.com/tags/tag_c
-
Updated
Dec 17, 2019 - Elixir
Make rendering React.js components in Phoenix easy
-
Updated
Nov 11, 2020 - Elixir
Authentication library for Phoenix, and other Plug-based, web applications
-
Updated
Feb 12, 2021 - Elixir
An Elixir rate-limiter with pluggable backends
-
Updated
Feb 8, 2021 - Elixir
Cercle is a CRM+Project Manager for your organization - Phoenix Framework & Vuejs
-
Updated
Feb 16, 2018 - Elixir
Trello inspired kanban board made with the Godot Engine and GDScript, powered by an online real-time collaborative backend (Elixir and Phoenix Channels)
-
Updated
Aug 25, 2020 - GDScript
Example application using Elixir, Phoenix and Elm
-
Updated
May 29, 2017 - Elixir
Toggl tribute done with Elixir, Phoenix Framework, React and Redux.
-
Updated
Sep 24, 2016 - Elixir
A streamlined Spotify client and browser with a focus on performance and integrations.
spotify
elixir
phoenix
spotify-api
phoenix-framework
spotify-web-api
spotify-application
phoenix-liveview
-
Updated
Feb 24, 2021 - Elixir
elixir
shorten-urls
elixir-lang
shorturl
elixir-phoenix
phoenix-framework
elixir-apps
phoenix-application
phoenix-elixir
phoenix-examples
-
Updated
Dec 11, 2020 - Elixir
A dockerized Phoenix development and runtime environment.
-
Updated
Feb 8, 2021 - Dockerfile
Phoenix Framework integration and tooling for Ember.js apps
-
Updated
Feb 11, 2021 - JavaScript
Docker development environment for Elixir+Phoenix
-
Updated
Jan 17, 2021 - Shell
See the changes needed when upgrading an Elixir Phoenix application
-
Updated
Feb 25, 2021 - Elixir
Ecto Model shortcuts to make your life easier! 🎉
-
Updated
Aug 16, 2018 - Elixir
Improve this page
Add a description, image, and links to the phoenix-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the phoenix-framework topic, visit your repo's landing page and select "manage topics."
Problem
We currently fetch ALL conversation records when we hit the
ChatApi.Conversations.list_conversations_by_account/2method (i.e. we set nolimitoroffsetin our query, nor do we have cursors or anything like that)This will not scale very well as more and more data gets added.
Solution
To start off, let's do the following: