Mux Serverless Webhook Updates using Telegram Bots

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • [package] name = "mux-serverless-webhook-updates" version = "0.1.0" authors = ["Rodney Lab "] edition = "2018" description = "Mux serverless webhook: how you can use Rust Cloudflare Workers to listen for Mux status updates, authenticate and ping you Telegram alerts." repository = "https://github.com/example/mux-serverless-webhook-updates" license = "BSD-3-Clause" [lib] crate-type = ["cdylib", "rlib"] [features] default = ["console_error_panic_hook"] [dependencies] cfg-if = "0.1.2" hex="0.4.3" hmac="0.12.0" nom = "7.1.0" reqwest = { version = "0.11.10", features = ["json"]} serde = "1.0.136" sha2 = "0.10" worker = "0.0.9" serde_json = "1.0.67" # TRUNCATED...

  • serverless-rust

    Code to accompany Serverless Rust articles.

  • The Mux serverless webhook updates demo code is in the Rodney Lab GitHub repo.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts