jcbalmeida / breeze.js.samples

Breeze JavaScript Client sample applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#About the Breeze JS Samples

The Breeze JavaScript client samples demonstrate BreezeJS in action in different technology environments. They are (almost) all maintained by the Breeze core team.

These are end-to-end samples which means that most of them have both client and server code. The server code could be written in .NET, Node, Ruby, etc.

What they all have in common is an HTML/JavaScript front-end, written with Breeze.js

Learn more about these samples on the Breeze website.

Download

The sample code is maintained in the breeze.js.samples repository on github where it is maintained continuously between releases of BreezeJS itself.

For the current release, download the v.1.4.13 zip.

For the current build, download a zip of the master branch.

For earlier releases, visit the github releases page and select the version of interest.

Once you have the zip on your machine

  • Unblock it (a Windows security button on the zip properties sheet).

  • Extract it

Finding the sample in the repo

Now locate the sample of interest.

The breeze.js.samples library is divided by server stack into different sub-directories:

  • net - Microsoft.NET server samples with Visual Studio solution and project files

  • node - Node server samples for pure JavaScript client apps.

  • no-server - No server at all. The sample reaches out to a public web service. In most cases these are pure JavaScript clients.

  • ruby - Ruby-on-Rails server samples for pure JavaScript client apps

Build and run

Many of the .NET samples have Visual Studio solution files and you can often just launch-build-and-run in Visual Studio.

Some require a little preparation first, e.g., downloading supporting libraries and installing sample databases.

Look for a sample-specific "readme" that describes how to install and run.

Your OS may interrupt the build flow with security questions, especially if you neglected to "unblock" the zip. Just play along, saying "yes ... go ahead and do that", every time it presents a scary message and asks if you really want to proceed.

About

Breeze JavaScript Client sample applications

License:MIT License