Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@themaximalist/hummingbird.js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@themaximalist/hummingbird.js

Simple Web Framework

latest
npmnpm
Version
0.0.5
Version published
Weekly downloads
11
-26.67%
Maintainers
1
Weekly downloads
 
Created
Source

Hummingbird.js

A Modern Web Application Framework

hummingbird

Building web applications used to be easy. Users would submit forms, you'd handle them on your backend, and all was good.

Over time applications moved from the server to the client because it provided a better user experience. You could update parts of the page instead of the whole page.

But in this switch, something happened. Your application became distributed. Your code size doubled. Your application became more brittle. Your code became littered with extra APIs, networking calls, caching and retries—all because you wanted a better experience for your users.

It doesn't have to be this way.

Hummingbird.js is a simple framework that makes it easy to build modern web applications. It's extremely opinionated, and relies on:

  • JavaScript — Same language on frontend and backend, no cognitive overhead
  • Express.js — Simple webserver
  • HTMX — Make client-side development look like server-side development
  • Tailwind — Simple universal CSS building blocks
  • Postgresql — A single database to handle everything
  • Sequelize - Database ORM

Keywords

web

FAQs

Package last updated on 11 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts