Popularity
8.5
Stable
Activity
0.0
Stable
3,225
155
200

Description

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. Subsequent local page interactions will be rendered on the client.

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

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

See some demo videos here:

Code Quality Rank: L5
Monthly Downloads: 1,569
Programming language: Ruby
License: MIT License
Tags: Web Frameworks     Projects    
Latest version: v0.9.7.pre8

Volt alternatives and similar gems

Based on the "Web Frameworks" category.
Alternatively, view Volt alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Volt or a related project?

Add another 'Web Frameworks' Gem

README

Pledgie Gem Version Code Climate Coverage StatusBuild Status Inline docs License

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. Subsequent local page interactions will be rendered on the client.

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

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

See some demo videos here:

Check out demo apps:

For a full list of all things volt, check out awesome-volt

Docs

Read the full docs on Volt here

There is also a work in progress tutorial by @rhgraysonii

More Videos

Rick Carlino has been putting together some great volt tutorial videos also.

@ahnbizcad maintains a playlist of Volt related videos.

Getting Help

Have a question and need help? The volt team watches stackoverflow for questions and will get back to you quickly. Be sure to post the question with the #voltrb tag. If you have something you'd like to discuss, drop into our gitter room.

Contributing

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

Support

VoltFramework is currently a labor of love mainly built by a small group of core developers. Donations are always welcome and will help Volt get to production faster :-) Also, if you or your company is interested in sponsoring Volt, please talk to @ryanstout in gitter.

Pledgie

Bitcoins can also be sent to 1AYiL3MiSVe2QFyexzozUvFFH7uGCJgJMZ


*Note that all licence references and agreements mentioned in the Volt README section above are relevant to that project's source code only.