Documentation

Plugins/Claypool/Boot

From jQuery JavaScript Library

Jump to: navigation, search

« Back to the Plugin/Claypool page

Booting your application is an simple, and really just an extension of the jQuery document ready event handler.

Boot Strapping

The application entry point is located in the folder app/boot by convention.

By no means are these conventions required and the boot file can be organized in any way the author seems fit.

However the reason for the conventions are simple, it allows other developers a clear fore knowledge of where to look to understand and modify the application entry point when needed

Conventions

As part of our general conventions, the folder/file structure is given below as links to the specific documentation on each:

  • app/boot
    • client.js If your doing the usual client side development, this is what your looking for.
    • server.js If your doing your server side development with jquery.claypool, you'll want to check this out too.