README
JEC GlassCat Project
GlassCat is a Web Applications Server which provides advanced functionalities for creating, building and deploying JavaScript microservices and Angular projects over NodeJS.
GlassCat is the default JavaScript Enterprise Container (JEC) implementation.
Requirements
JEC GlassCat needs the following system parameters in order to work correctly:
- Node 6+
- npm 3+
- TypeScript 2+
Installation
To install GlassCat, you have to use the JEC Command Line Interface (JEC-CLI).
First install JEC-CLI, then run the following command in the target directory:
$ jec install-glasscat
or use the alias:
$ jec ig
Get Started with GlassCat
New to GlassCat and need help setting up and customizing the server or learning the basic building blocks? Learn your way around GlassCat and get started with your first app within minutes.
Update Release Notes
Current stable release: 0.1.9
For a complete listing of release notes for all JEC GlassCat update releases, see the CHANGELOG file.
License
This JEC GlassCat Project is licensed under Apache 2.0. Full license text is available in LICENSE.
Copyright 2016-2018 Pascal ECHEMANN.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.