All Projects → aerojs → Aero

aerojs / Aero

Licence: mit
🚄 Fastest node.js framework. Go version is actively maintained: @aerogo

Programming Languages

javascript
184084 projects - #8 most used programming language
stylus
462 projects

Projects that are alternatives of or similar to Aero

Kore
Kore (https://kore.io) is an easy to use web application platform for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.
Stars: ✭ 3,477 (+1820.99%)
Mutual labels:  framework, high-performance
Whs.js
🚀 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js
Stars: ✭ 5,685 (+3040.88%)
Mutual labels:  framework, high-performance
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (+95.58%)
Mutual labels:  framework, high-performance
Servicestack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Stars: ✭ 4,976 (+2649.17%)
Mutual labels:  framework, high-performance
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+659.12%)
Mutual labels:  framework, pug
Sanic
Async Python 3.7+ web server/framework | Build fast. Run fast.
Stars: ✭ 15,660 (+8551.93%)
Mutual labels:  framework, web-server
Gf
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
Stars: ✭ 6,501 (+3491.71%)
Mutual labels:  framework, high-performance
Activej
ActiveJ is an alternative Java platform built from the ground up. ActiveJ redefines web, high load, and cloud programming in Java, featuring ultimate performance and scalability!
Stars: ✭ 183 (+1.1%)
Mutual labels:  framework, high-performance
Zinky
minimalist semi-opinionated modular framework.
Stars: ✭ 28 (-84.53%)
Mutual labels:  framework, pug
Gmdjs
Grid Material Design
Stars: ✭ 24 (-86.74%)
Mutual labels:  framework, pug
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (+394.48%)
Mutual labels:  framework, high-performance
Siris
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Stars: ✭ 146 (-19.34%)
Mutual labels:  framework, high-performance
Mofuw
mofuw is *MO*re *F*aster, *U*ltra minimal *W*ebserver.
Stars: ✭ 107 (-40.88%)
Mutual labels:  high-performance, web-server
Shackle
High-Performance Erlang Network Client Framework
Stars: ✭ 163 (-9.94%)
Mutual labels:  framework, high-performance
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (-1.66%)
Mutual labels:  pug
Htframework
Unity HTFramework, a rapid development framework of client to the unity.
Stars: ✭ 179 (-1.1%)
Mutual labels:  framework
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (-1.66%)
Mutual labels:  high-performance
Buttercake
Material Design Components, Responsive and Modern CSS Framework Built with Flexbox 🍰
Stars: ✭ 178 (-1.66%)
Mutual labels:  framework
Strudel
A front-end framework for the back-end powered web
Stars: ✭ 180 (-0.55%)
Mutual labels:  framework
Blitz
An eBook Framework (CSS + template)
Stars: ✭ 179 (-1.1%)
Mutual labels:  framework

Aero JS Logo

NPM Version NPM Downloads Linux Build Status Coverage Status Discord Aero Go

Might cause your phone to explode as your site will load too fast. You have been warned.

Installation

echo "require('aero')().run()" > index.js && npm i aero && node .

Aero Installation & Live Reload

Visit http://localhost:4000/ in your browser and check out Aero in 30 seconds.

Features

  • Routes your pages faster than you can say "Quidditch".
  • Optimizes your website for high latency environments (a.k.a. mobile networks).
  • Allows you to write modern ES 6 with full browser compatibility.
  • Validates HTML 5 for you. Just delete that html5.validator.nu bookmark already.
  • Lets you instantly see local changes in the browser. Use 2 monitors if you're the Al Capone of web devs.
  • Make changes to a prototype while your boss is watching? Aero can update your live server on every git commit.
  • Prevents typical "Oops I forgot the parameter checks" by testing all routes.
  • 99% of execution time is spent in 1% of your code. Find that 1% by looking at response time & size of your pages.
  • Reduces your site's bandwidth hunger by using brotli instead of gzip for static contents.
  • Free ice cream: HTTP/2, IPv6, Web Manifest.
  • More ice cream via plugins: https://github.com/aerojs

Documentation

Benchmark

Aero Router Performance

Screenshot

Terminal output

Examples

URL Source Size Speed
blitzprog.org view source 12 KB 100 / 100
notify.moe view source 15 KB 100 / 100
nihongo-center.com view source 13 KB 100 / 100
increasedvoices.com view source 5 KB 98 / 100

Size: Includes compressed HTML, CSS and JS of the frontpage. Excludes external videos and images.
Speed: Measured by Google PageSpeed. Does not represent real-world loading speed.


By Eduard Urbach

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].