Skip to content

Files

Latest commit

1c662b2 · Jul 15, 2021

History

History
800 lines (680 loc) · 39.5 KB

frameworks.md

File metadata and controls

800 lines (680 loc) · 39.5 KB

Bookmarks tagged [frameworks]

https://www.microsoft.com/en-us/securityengineering/sdl

The Microsoft SDL introduces security and privacy considerations throughout all phases of the development process, helping developers build highly secure software, address security compliance requirem...


https://www.keycdn.com/blog/frontend-frameworks


https://graphene-python.org/

Graphene framework for Python


https://arwes.dev/

Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps


https://metroui.org.ua/

Metro 4 is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with responsive grid system, extensive prebuilt components, and powerful ...


https://tailwindcss.com/

Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to ...


https://github.com/abseil/abseil-cpp

Abseil C++ Common Libraries. [Apache2]


http://stdcxx.apache.org/

STDCXX, A collection of algorithms, containers, iterators, and other fundamental components. [retired] [Apache2]


http://apr.apache.org/

Apache Portable Runtime. Another library of cross-platform utility functions. [Apache2]


http://stlab.adobe.com/

Adobe Source Libraries provides peer-reviewed and portable C++ source libraries. [MIT]


https://github.com/boostorg

A large collection of generic C++ libraries. [Boost] website


https://github.com/bloomberg/bde

The BDE Development Environment from Bloomberg Labs. [Apache2]


https://libcinder.org/

A community-developed, free and open source library for professional-quality creative coding. [BSD]


http://ryan.gulix.cl/fossil.cgi/cxxomfort/

A small, header-only library that backports various facilities from more recent C++ Standards to C++03 and later. [MIT]


https://github.com/electronicarts/EASTL

Electronic Arts Standard Template Library. [BSD]


https://github.com/ETLCPP/etl

Embedded Template Library. [MIT]


https://github.com/sumeetchhetri/ffead-cpp

Framework for Enterprise Application Development. [Apache2]


https://github.com/facebook/folly

An open-source C++ library developed and used at Facebook. [Apache2]


https://github.com/Dobiasd/FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code. [MIT]


https://wiki.gnome.org/Projects/GLib

GLib provides the core application building blocks for libraries and applications written in C. [LGPL]


https://github.com/julianstorer/JUCE

An all-encompassing C++ class library for developing cross-platform software. [Core-Module: ISC, Rest: GPL2/GPL3/Commercial] website


https://github.com/facebook/libphenom

libPhenom is an eventing framework for building high performance and high scalability systems in C. [Apache2]


https://github.com/sourcey/libsourcey

C++11 evented IO for real-time video streaming and high performance networking applications. [LGPL]


https://github.com/koanlogic/libu

A multiplatform utility library written in C. [BSD]


http://loki-lib.sourceforge.net/

A C++ library of designs, containing flexible implementations of common design patterns and idioms. [MIT]


https://bitbucket.org/fudepan/mili/

Minimal headers-only C++ Library. [Boost]


https://github.com/openframeworks/openFrameworks

A cross platform open source toolkit for creative coding in C++. [MIT] website


https://www.qt.io/download-open-source/

A cross-platform application and UI framework. [GPL/LGPL/Commercial]


http://code.google.com/p/reason/

A cross platform framework designed to bring the ease of use of Java, .Net, or Python to developers who require the performance and strength of C++. [GPL2]


https://root.cern.ch/

A set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Used at CERN. [LGPL]


http://www.stlport.org/

An exemplary version of STL. [Free]


http://stxxl.sourceforge.net/

Standard Template Library for Extra Large Data Sets. [Boost]


https://github.com/tboox/tbox

A glib-like multi-platform c library. [Apache2] website


http://www.ultimatepp.org/

A C++ cross-platform rapid application development framework. [BSD]


http://msharov.github.io/ustl/

The small STL library. [MIT]


http://sourceforge.net/projects/wtl/

A C++ library for developing Windows applications and UI components. [Public]


https://github.com/jll63/yomm2

Fast, Orthogonal, Open multi-methods. Supersedes Yomm11 [Boost]


https://github.com/civetweb/civetweb

Provides easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support. [MIT]


http://cppcms.com/

A Free High Performance Web Development Framework (not a CMS). [LGPLv3]


https://github.com/ipkn/crow

Crow is C++ micro web framework (inspired by Python Flask). [BSD]


https://github.com/cutelyst/cutelyst

A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. [LGPLv2.1+] website


https://github.com/an-tao/drogon

A C++14/17 based, high-performance HTTP application framework. [MIT]


https://github.com/boazsegev/facil.io

Evented, high performance C web framework supporting HTTP, WebSockets, SSE and more. [MIT] website


https://kore.io/

ultra fast and flexible web server / framework for web applications developed in C. [ISC]


http://www.coralbits.com/libonion/

lightweight library to help you create webservers in C programming language. [LGPLv3]


https://github.com/lpereira/lwan

Experimental, scalable, high performance HTTP server. [GPL2]


https://github.com/oatpp/oatpp

Light, zero-dependency framework to create high-performance web-services. [Apache-2.0] website


http://pistache.io/

Pistache is a C++ REST framework written in pure C++11 with no external dependency. [Apache2]


https://github.com/jlaine/qdjango/

A web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name. [LGPL]


https://github.com/treefrogframework/treefrog-framework

High-speed and full-stack web application framework based on C++ and Qt, which supports HTTP and WebSocket protocol (with O/R mapping). [BSD] website


http://www.webtoolkit.eu/wt

A C++ library for developing web applications. [GPL/Commercial]


https://www.youtube.com/watch?v=AdNJ3fydeao

Modern JavaScript frameworks are all about reactivity. Change your application's state, and the view updates automatically. But there's a catch — tracking state changes at runtime adds overhead that e...


https://docs.pytest.org/en/latest/

A mature full-featured Python testing tool.


https://github.com/HypothesisWorks/hypothesis

Hypothesis is an advanced Quickcheck style property based testing library.


https://github.com/nose-devs/nose2

The successor to nose, based on `unittest2.


https://github.com/robotframework/robotframework

A generic test automation framework.


https://docs.python.org/3/library/unittest.html

(Python standard library) Unit testing framework.


https://github.com/mochajs/mocha

Simple, flexible, fun javascript test framework for node.js & the browser.


https://github.com/jasmine/jasmine

DOM-less simple JavaScript testing framework.


https://github.com/jquery/qunit

An easy-to-use JavaScript Unit Testing framework.


https://github.com/azer/prova

Node & Browser test runner based on Tape and Browserify


https://github.com/dalekjs/dalek

Automated cross browser functional testing with JavaScript


https://github.com/angular/protractor

Protractor is an end-to-end test framework for AngularJS applications.


https://github.com/avajs/ava

🚀 Futuristic JavaScript test runner


https://github.com/angular/angular.js

HTML enhanced for web apps.


http://aurelia.io

A Javascript client framework for mobile, desktop and web.


https://github.com/jashkenas/backbone

Give your JS App some Backbone with Models, Views, Collections, and Events.


https://github.com/emberjs/ember.js

A JavaScript framework for creating ambitious web applications.


https://github.com/meteor/meteor

An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework.


https://github.com/ractivejs/ractive

Next-generation DOM manipulation.


https://github.com/vuejs/vue

Intuitive, fast & composable MVVM for building interactive interfaces.


https://github.com/knockout/knockout

Knockout makes it easier to create rich, responsive UIs with JavaScript.


https://github.com/spine/spine

Lightweight MVC library for building JavaScript applications.


https://github.com/techlayer/espresso.js

A minimal javascript library for crafting user interfaces.


https://github.com/canjs/canjs

Can do JS, better, faster, easier.


https://facebook.github.io/react/

A library for building user interfaces. It's declarative, efficient, and extremely flexible. Works with a Virtual DOM.


https://github.com/hyperapp/hyperapp

1kb JavaScript library for building frontend applications.


https://github.com/developit/preact

Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM.


https://github.com/NativeScript/NativeScript

Build truly native cross-platform iOS and Android apps with JavaScript


https://github.com/facebook/react-native

A framework for building native apps with React.


https://github.com/riot/riot

React-like library, but with very small size.


https://github.com/walmartlabs/thorax

Strengthening your Backbone.


https://github.com/chaplinjs/chaplin

An architecture for JavaScript applications using the Backbone.js library.


https://github.com/marionettejs/backbone.marionette

A composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications.


https://github.com/ripplejs/ripple

A tiny foundation for building reactive views.


https://github.com/mikeric/rivets

Lightweight and powerful data binding + templating solution.


https://github.com/derbyjs/derby

MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.


https://github.com/russll/awesome-derby

A collection of awesome derby components


https://github.com/gwendall/way.js

Simple, lightweight, persistent two-way databinding.


https://github.com/lhorie/mithril.js

Mithril is a client-side MVC framework (Light-weight, Robust, Fast).


https://github.com/astoilkov/jsblocks

jsblocks is better MV-ish framework.


http://www.lava-framework.com/

Transparent MVC framework for building user interfaces.


https://github.com/feathersjs/feathers

A minimalist real-time JavaScript framework for tomorrow's apps.


https://github.com/Wildhoney/Keo

Functional stateless React components with Shadow DOM support.


https://github.com/emadalam/atvjs

Blazing fast Apple TV application development using pure JavaScript.


https://github.com/reactioncommerce/reaction

reactive CMS, real-time architecture and design


https://github.com/tryghost/Ghost

simple, powerful publishing platform


https://github.com/punkave/apostrophe

CMS with content editing and essential services


https://github.com/wejs/we/

framework for real time apps, sites or blogs


https://github.com/inventures/hatchjs

CMS platform with social features.


https://github.com/xtremespb/taracotjs-generator/

fast and minimalist CMS based on Node.js.


https://github.com/nodize/nodizecms

CMS for CoffeeScript lovers


https://github.com/jcoppieters/cody

CMS with WSYWYG editor


https://github.com/pencilblue/pencilblue/

CMS and blogging platform


http://semantic-ui.com/

UI Kit with lots of themes and elements


http://w2ui.com/

A set of jQuery plugins for front-end development of data-driven web applications.


https://github.com/mrmrs/fluidity

The worlds smallest fully-responsive css framework


https://github.com/sapo/Ink

An HTML5/CSS3 framework used at SAPO for fast and efficient website design and prototyping


https://github.com/TNG/ArchUnit

Test library for specifying and asserting architecture rules.


http://jmeter.apache.org

Functional testing and performance measurements.


http://arquillian.org

Integration and functional testing platform for Java EE containers.


https://citrusframework.org

Integration testing framework that focuses on both client- and server-side messaging.


https://gatling.io

Load testing tool designed for ease of use, maintainability and high performance.


http://junit.org

Common testing framework.


https://github.com/DiUS/pact-jvm

Consumer-driven contract testing.


http://pitest.org

Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test suites.


https://github.com/troxler/awesome-css-frameworks#readme

List of awesome CSS frameworks. Contribute to troxler/awesome-css-frameworks development by creating an account on GitHub.


https://github.com/PerfectCarl/awesome-play1#readme

A collection of modules, tools and resources for play1 - PerfectCarl/awesome-play1


https://preactjs.com/

Preact is a fast 3kB alternative to React with the same modern API. Components & Virtual DOM.