Coder Social home page Coder Social logo

joosy's Introduction

Joosy

What is Joosy

Joosy is a javascript framework. Being a harmonious extensions to Rails it introduces everything you like about this framework right to your browser. Ready conventions set, extensive CoffeeScript, HAML support, Helpers, seamless backend integration, automatic code generation and more.

Joosy allows you to create web apps which work completely in the browser. So that, it helps you to relocate all your Rails Views to the client side. It also helps you with managing the growing quantity of JS code. On another hand, it makes your backend to have exactly one function โ€“ to be a simple REST provider. That leads to easier development support and improves the scalability greatly.

Besides Rails, Joosy is based on top of CoffeeScript, jQuery and Sugar.js in role of ActiveSupport.

Finally, Joosy boosts your development drastically. Just like the Rails do.

  • Joosy basics: introduction and architecture highlights
  • Joosy vs X: comparison to Backbone and Ember.js
  • Joosy guides: set of articles that will help you to learn the framework.
  • Joosy API: Codo-documented API of Joosy.

Hello world app

Add Joosy gem to your Gemfile:

gem 'joosy'

Using built-in generators you can quickly generate small app inside your Rails app to see Joosy application from inside a bit.

rails g joosy:application dummy
rails g joosy:preloader dummy

Now you can rails s and see Joosy placeholder at localhost:3000/dummy

Generated application will consist of one Layout and one Page both including very basic practices of Joosy.

Hacking

Don't forget to run tests!

bundle install
rake guard
rake jasmine

http://localhost:8888/ <- they are here :)

Credits

LICENSE

It is free software, and may be redistributed under the terms of MIT license.

joosy's People

Contributors

whitequark avatar sandrew avatar goshacmd avatar awinograd avatar

Stargazers

Stanislav Bernstein avatar

Watchers

Stanislav Bernstein 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.