All Projects → vorce → lasso

vorce / lasso

Licence: AGPL-3.0 license
Real-time UI for webhooks

Programming Languages

elixir
2628 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lasso

king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-7.41%)
Mutual labels:  phoenix-framework, liveview
elixir-course
No description or website provided.
Stars: ✭ 76 (+181.48%)
Mutual labels:  phoenix-framework
autoform
🤖📝 AutoForm is the simplest way to automatically generate fast, beautiful and standards/WCAG compliant HTML forms based on an Ecto Schema in a Phoenix Web Application to *significantly* speed up Web App Development. 🚀
Stars: ✭ 18 (-33.33%)
Mutual labels:  phoenix-framework
vscode-phoenix
Syntax highlighting support for Phoenix templates in Visual Studio Code.
Stars: ✭ 135 (+400%)
Mutual labels:  phoenix-framework
tictac
Demonstration of building a clustered, distributed, multi-player, turn-based game server written in Elixir.
Stars: ✭ 278 (+929.63%)
Mutual labels:  liveview
linear-discord-serverless
Get linear's events forwarded to Discord webhooks through Vercel serverless functions.
Stars: ✭ 47 (+74.07%)
Mutual labels:  webhooks
school house
The new era of Elixir School now powered by @phoenixframework
Stars: ✭ 106 (+292.59%)
Mutual labels:  phoenix-framework
elixir jobs
A job board to publish and find Elixir offers.
Stars: ✭ 83 (+207.41%)
Mutual labels:  phoenix-framework
trobot
Make your own trello bot in node.js
Stars: ✭ 21 (-22.22%)
Mutual labels:  webhooks
akeneo-events-api-bundle
The Events API Bundle for Akeneo PIM delivers catalog changes as events to a 3rd party systems.
Stars: ✭ 18 (-33.33%)
Mutual labels:  webhooks
pharams
Parameter validation for Elixir Phoenix Framework
Stars: ✭ 24 (-11.11%)
Mutual labels:  phoenix-framework
prexent
🎥 Fast, live and beautiful presentations from Markdown powered by Phoenix LiveView
Stars: ✭ 76 (+181.48%)
Mutual labels:  phoenix-framework
fenix
.NET implementation of Phoenixframework websocket socket protocol
Stars: ✭ 28 (+3.7%)
Mutual labels:  phoenix-framework
convoy
Fast and Secure Webhooks Service.
Stars: ✭ 763 (+2725.93%)
Mutual labels:  webhooks
phoenix bootstrap form
Bootstrap 4 Forms for Phoenix/Elixir Applications
Stars: ✭ 38 (+40.74%)
Mutual labels:  phoenix-framework
blue bird
API Documentation Generator for the Phoenix Framework
Stars: ✭ 52 (+92.59%)
Mutual labels:  phoenix-framework
twitivity
🐍 Twitter Accounts Activity API Client Library for Python
Stars: ✭ 49 (+81.48%)
Mutual labels:  webhooks
phoenix component folders
Reusable UI components on Phoenix framework
Stars: ✭ 31 (+14.81%)
Mutual labels:  phoenix-framework
phoenix ujs
Unobtrusive vanilla js toolset to simplify Phoenix framework (and other frameworks) usage
Stars: ✭ 38 (+40.74%)
Mutual labels:  phoenix-framework
discord-webhooks
Provides easy to use bindings for the Discord Webhook API
Stars: ✭ 111 (+311.11%)
Mutual labels:  webhooks

Github actions CI Dependabot Status

Lasso

Lasso logo

Inspect HTTP requests. Powered by Phoenix and LiveView.

Try it on https://lasso.gigalixirapp.com.

Thank you

A note on request headers

At the moment Lasso will display all headers it sees in the request, including ones added by things unrelated to the client making the request (such as load balancers, router etc that are infront of the deployed instance). This can be a bit confusing and something that I'd like to improve.

Start locally

  • mix deps.get
  • cd assets && npm install && cd ..
  • APP_HOST=localhost iex -S mix phx.server
  • Go to localhost:4000 in your browser

Admin area

There's a Phoenix Live Dashboard available on /admin. This page is protected by basic auth, the credentials can be configured in config.exs. By default the password is read from the environment variable ADMIN_PASSWORD.

Building a release

Yay for releases in Elixir 1.9. Phoenix has some additional docs for being deployed in a release.

mix deps.get --only prod
mix compile
npm run deploy --prefix ./assets
mix phx.digest
export SECRET_KEY_BASE=...
MIX_ENV=prod APP_NAME=lasso MIX_ENV=prod SECRET_SALT=... mix release
_build/prod/rel/lasso/bin/lasso start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].