/pakyow

Web Framework for Ruby

Primary LanguageRubyMIT LicenseMIT

Pakyow Web Framework Gitter chat

Pakyow lets you build modern apps that don't break the web.

It provides features such as auto-updating views while embracing traditional concepts like progressive enhancement. Designed to be as simple as possible, it helps you quickly create momentum and maintain it throughout a project.

Embraces the new web (without breaking it).
Views automatically stay in sync with the server, with no extra code. Pakyow brings progressive enhancement to the modern web.

Removes friction from development.
Quickly build a prototype with only HTML and CSS. Later on, build right on top of the prototype without throwing out previous work.

Accessible to everyone.
Pakyow makes it a little bit easier to get started. We believe that a simpler web empowers more contribution, leading towards a more democratic web.


Gem Version Build Status Dependency Status Inline docs


Getting Started

  1. Install Pakyow:

    gem install pakyow

  2. Create a new Pakyow project from the command line:

    pakyow new webapp

  3. Move to the new directory and start the server:

    cd webapp; bundle exec pakyow server

  4. You'll find your project running at http://localhost:3000!

Next Steps

  • Read the overview to better understand the goals and architecture of Pakyow.
  • Go through the warmup to build & deploy your first project.
  • Browse the docs to learn more about presentation, routing, realtime channels, and more.
  • Check out the code on GitHub.

We'd love to have you involved. Here are a few places to start:

License

Pakyow is released free and open-source under the MIT License.