libav-examples
Express
libav-examples | Express | |
---|---|---|
1 | 753 | |
5 | 66,114 | |
- | 0.5% | |
0.0 | 8.9 | |
over 2 years ago | 9 days ago | |
C | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
libav-examples
Express
-
How Reachability Analysis can help with open source vulnerabilities mess (Coana as an example)
The number of findings is huge and unmanageable, this is mainly because as mentioned earlier open source can be up to 90% of the actual codebase (e.g. a simple hello world application that uses Express can have more than 100 npm packages if you count the child dependencies as shown below, and this grows pretty quickly as the application gets more complex).
-
The Mobile Development Tech Stack for 2025
Express.js Official Documentation
-
6 Steps to Set Up MongoDB Atlas for Node.js Applications
Go to expressjs.com
-
Build a React login page template
On the server, the session ID that is sent to the server will be checked with the sessions table in the database to make sure the sessions is valid before processing the request. In Express, middleware can be created that wraps routes or route collections to make sure this is done automatically on the proper requests.
-
Master Secure File Uploads to AWS S3 in Node.js with Express and Multer
Uploading files securely is a key part of protecting user data in any web application. In this blog, we'll walk you through creating a secure file upload system using Node.js, Express, Multer, and AWS S3. We'll focus on best practices to ensure your uploads are safe and your application stays secure. This guide is perfect for beginners who want to learn how to handle file uploads while keeping security a top priority.
-
Basic CRUD API with express
At this point, we need to install a nodejs package called express. Express is a library that will help us create our APIs.
-
CRUD with ExpressJS and MongoDB (Typescript)
Step 2: Install the necessary dependencies which are morgan, ExpressJS, Mongoose cors and nodemon
-
Introduction to Hono : Advantages, Disadvantages & FAQs
While inspired by Express.js, Hono.js offers a similar API but emphasizes superior performance and a reduced resource footprint.
-
A Simple Approach to SSR with React 19 and esbuild
This is a simple application using Express static and middleware approach to serve static files, handle server routes, and route using react-router-dom.
-
π₯How to fetch HTML from server
To do this, let's create an API route, through which we will receive HTML from the server. For the backend part, we will use Node.js. The framework on which we will do this is Express.js. It is one of the most popular today and it is perfect for the task we are solving. First, we specify the controller that will process the HTML:
What are some alternatives?
SwiftFFmpeg - A Swift wrapper for the FFmpeg API
Next.js - The React Framework
mlt - MLT Multimedia Framework
Koa - Expressive middleware for node.js using ES2017 async functions
ffmpeg-libav-tutorial - FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πΊπΈ π¨π³ π°π· πͺπΈ π»π³ π§π·
Restify - The future of Node.js REST development
ffprobe-wasm - A Web-based FFProbe. Powered by FFmpeg, Vue and Web Assembly!
Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
osr2mp4-core - A program to convert osu replay file osr to mp4. Sample: https://www.youtube.com/watch?v=5ugu_9yDSg0
SvelteKit - web development, streamlined
ConPlayer - Plays videos in console
AdonisJs Application