All Projects β†’ astoilkov β†’ Jsblocks

astoilkov / Jsblocks

Licence: other
Better MV-ish Framework

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Jsblocks

Rails
Ruby on Rails
Stars: ✭ 49,693 (+1677.92%)
Mutual labels:  framework, mvc
Ihp
πŸ”₯ The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
Stars: ✭ 2,746 (-1.75%)
Mutual labels:  framework, mvc
Denovel
A Deno Framework For Web Artisan - Inspired by Laravel
Stars: ✭ 128 (-95.42%)
Mutual labels:  framework, mvc
Gracejs
A Nodejs BFF framework, build with koa2(基于koa2ηš„ζ ‡ε‡†ε‰εŽη«―εˆ†η¦»ζ‘†ζžΆοΌ‰
Stars: ✭ 1,302 (-53.42%)
Mutual labels:  framework, mvc
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-93.27%)
Mutual labels:  framework, mvc
Mini
Just an extremely simple naked PHP application, useful for small projects and quick prototypes. Some might call it a micro framework :)
Stars: ✭ 1,308 (-53.2%)
Mutual labels:  framework, mvc
Carry
ClojureScript application framework.
Stars: ✭ 149 (-94.67%)
Mutual labels:  framework, mvc
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (-97.82%)
Mutual labels:  framework, mvc
Woowahanjs
μ›Ή μ–΄ν”Œλ¦¬μΌ€μ΄μ…˜ κ°œλ°œμ„ μœ„ν•œ JSν”„λ ˆμž„μ›Œν¬
Stars: ✭ 171 (-93.88%)
Mutual labels:  framework, mvc
Lad
πŸ‘¦ Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (-24.44%)
Mutual labels:  framework, mvc
Kales
Kotlin on Rails
Stars: ✭ 78 (-97.21%)
Mutual labels:  framework, mvc
Leaf
🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly
Stars: ✭ 248 (-91.13%)
Mutual labels:  framework, mvc
Ouzo
Ouzo Framework - PHP MVC ORM
Stars: ✭ 66 (-97.64%)
Mutual labels:  framework, mvc
Appier
Joyful Python Web App development
Stars: ✭ 92 (-96.71%)
Mutual labels:  framework, mvc
Php Mini Framework
PHP mini framework
Stars: ✭ 65 (-97.67%)
Mutual labels:  framework, mvc
Miniphp
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 144 (-94.85%)
Mutual labels:  framework, mvc
Recife
A powerful MVC Framework for GraphQL
Stars: ✭ 20 (-99.28%)
Mutual labels:  framework, mvc
Bast
Simple but Elegant Web Framework
Stars: ✭ 49 (-98.25%)
Mutual labels:  framework, mvc
Mandarinets
Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Stars: ✭ 161 (-94.24%)
Mutual labels:  framework, mvc
Quiz App
A repository reflecting the progress made on the "How to Build iOS Apps with Swift, TDD & Clean Architecture" YouTube series, by Caio & Mike.
Stars: ✭ 230 (-91.77%)
Mutual labels:  framework, mvc

jsblocks    Build Status

❗ I started working on this project in 2012. React didn't exist, Angular didn't have a stable 1.0 release, Internet Explorer 7, 8, 9 was used by 35% of users worldwide, I was 20 years old. I am proud of what I did then but it was overly ambitious for a single person. The repo is now a showcase of my early skills. More about my current work here.

Better MV-ish Framework

From simple user interfaces to complex single-page applications using faster, server-side rendered and easy to learn framework.

[ official website ]

Features

Getting started

Just copy and paste the code below for your first jsblocks application. Continue with the documentation and the jsblocks starter template project

<!DOCTYPE html>
<html>
  <head>
    <script src="http://jsblocks.com/blocks/0.3.2/blocks.js"></script>
    <script>
      blocks.query({
        firstName: blocks.observable()
      });
    </script>
  </head>
  <body>
    Name:
    <input data-query="val(firstName)" placeholder="Enter your name here" />
    <hr />
    <h1>Hello {{firstName}}!</h1>
  </body>
</html>

Example projects

Ask a question

Contribute


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