GithubHelp home page GithubHelp logo

dfl / volt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from voltrb/volt

0.0 2.0 0.0 4.28 MB

A Ruby web framework where your Ruby runs on both server and client

License: MIT License

Ruby 87.17% CSS 0.11% JavaScript 1.47% HTML 11.24%

volt's Introduction

Gem Version Code Climate Build Status Inline docs

For the current status of Volt, read: http://voltframework.com/blog

Volt is a Ruby web framework where your Ruby code runs on both the server and the client (via Opal). The DOM automatically updates as the user interacts with the page. Page state can be stored in the URL. If the user hits a URL directly, the HTML will first be rendered on the server for faster load times and easier indexing by search engines.

Instead of syncing data between the client and server via HTTP, Volt uses a persistent connection between the client and server. When data is updated on one client, it is updated in the database and any other listening clients (with almost no setup code needed).

Pages HTML is written in a template language where you can put Ruby between {{ and }}. Volt uses data flow/reactive programming to automatically and intelligently propagate changes to the DOM (or any other code wanting to know when a value updates). When something in the DOM changes, Volt intelligently updates only the nodes that need to be changed.

See some demo videos here:

Check out demo apps:

Docs

Read the full docs on Volt here

There is also a work in progress tutorial by @rhgraysonii

Contributing

You want to contribute? Great! Thanks for being awesome! At the moment, we have a big internal todo list, hop on https://gitter.im/voltrb/volt so we don't duplicate work. Pull requests are always welcome, but asking about helping on Gitter should save some duplication.

Pledgie

volt's People

Contributors

ryanstout avatar mariozig avatar dfyx avatar lexun avatar kxcrl avatar ck3g avatar elia avatar gfvcastro avatar bigtunacan avatar bbatsov avatar jasdeepsingh avatar thiagofm avatar gentoid avatar aostrega avatar christianbundy avatar derikson avatar georgeu2000 avatar glebm avatar iliabylich avatar jarmo avatar xurde avatar baltazore avatar waffle-iron avatar jastix avatar chocnut avatar rrrene avatar roblund avatar ybur-yug avatar tjeezy avatar vikhyat avatar

Watchers

David Löwenfels avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.