Giter Site home page Giter Site logo

pakyow-web's Introduction

# Introduction

Pakyow is a web framework for Ruby that knocks out projects with a serious
punch. Pound for pound its the best way to build a web app. Get ready to rumble.

Pakyow brings a unique approach to development:

## Views are views.
Views are 100% HTML, no template language required. The view has finally been 
freed from logic.

## Views are data aware.
A view knows what it presents. Use this to create powerful connections between 
business logic and views.

## Keep you moving forward.
Prototype an app by building the views first. Then write the view logic 
without changing a single view.

There are two main components of Pakyow. The first is Pakyow Core, which 
handles routing requests to business logic. The second component is Pakyow 
Presenter, which gives an application the ability to have a presentation 
layer and provides mechanisms for the controller to bind data to the 
presentation layer. Pakyow Core can operate independently of Pakyow 
Presenter for those cases where an application doesn't need a presentation layer.

# Getting Started

1. Install Pakyow:

gem install pakyow

2. Create a new Pakyow application from the command prompt:

pakyow new webapp

3. Move to the "webapp" directory and start the application:

cd webapp; pakyow server

4. You'll find the application running here: http://localhost:3000

# Next Steps

The following resources might be handy:

Website:
http://pakyow.com

Manual:
http://pakyow.com/manual

Code:
http://github.com/metabahn/pakyow

pakyow-web's People

Contributors

bryanp avatar hby avatar robertodecurnex avatar tugboat avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Forkers

koriroys erol

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.