Skip to content
Jonathan Casarrubias edited this page Oct 27, 2016 · 26 revisions

FireLoop.io

##Presenting FireLoop

FireLoop is a NodeJS Real-Time Platform that allows you to build complex applications by integrating the amazing technologies from the MEAN Stack, like IBM's LoopBack, Google's Angular 2, Telerik's NativeScript and Ionic 2.

Aside of the wonderful integration described above, FireLoop also provides you with exclusive modules that will allow you to automatically build your server APIs, client SDKs, Statistics and More.

##FireLoop Features

  • 1 command line tool for all (Server, Web Clients, Mobile Clients, SDK Builder).
  • Quick Setup
  • Back and Front Ends in [TypeScript]
  • LoopBack Integration
  • Angular 2 Integration
  • NativeScript Integration
  • Ionic 2 Integration
  • SDK Builder
  • Real-time modules (PubSub, FireLoop, )

##Installing FireLoop CLI

$ npm install -g @mean.expert/fireloop

##Create FireLoop Project, Clients and SDK

$ mkdir myproject && cd myproject
$ fireloop

##Build FireLoop Models Another great addition is that now both; your Back and Front ends are built in [TypScript].

$ cd myproject
$ fireloop model MyModel

##Serve FireLoop Applications

$ cd myproject
$ fireloop serve
Clone this wiki locally