-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (257 loc) · 17.2 KB
/
index.html
File metadata and controls
257 lines (257 loc) · 17.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en" data-framework="componentjs">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gemstone JavaScript Technology Stack</title>
<link rel="shortcut icon" href="gemstone-icon.ico">
<link href="lib/normalize/normalize.css" rel="stylesheet" type="text/css"/>
<link href="lib/typopro/TypoPRO-OpenSans/TypoPRO-OpenSans.css" rel="stylesheet" type="text/css"/>
<link href="lib/typopro/TypoPRO-DejaVu/TypoPRO-DejaVu.css" rel="stylesheet" type="text/css"/>
<link href="lib/typopro/TypoPRO-Journal/TypoPRO-Journal.css" rel="stylesheet" type="text/css"/>
<link href="lib/font-awesome/font-awesome.css" rel="stylesheet" type="text/css"/>
<script src="lib/jquery/jquery.js" type="text/javascript"></script>
<script src="lib/swiper/swiper.jquery.js" type="text/javascript"></script>
<link href="lib/swiper/swiper.css" rel="stylesheet" type="text/css"/>
<link href="lib/combinumerals/CombiNumeralsLtd.css" rel="stylesheet" type="text/css"/>
<link href="lib/gridless/eg12.css" rel="stylesheet" type="text/css"/>
<link href="lib/bootstrap/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="lib/bootstrap/bootstrap-theme.css" rel="stylesheet" type="text/css"/>
<script src="lib/bootstrap/bootstrap.js" type="text/javascript"></script>
<link href="index.css" rel="stylesheet" type="text/css"/>
<script src="index.js" type="text/javascript"></script>
</head>
<body>
<a href="http://github.com/gemstonejs" class="forkme" style="position: absolute; top: 0; right: 0; border: 0; display: block; z-index: 300;">
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>
<div class="canvas">
<div class="header">
<div class="margin"></div>
<div class="image">
<img src="gemstone-logo-black.svg"/>
</div>
<div class="margin"></div>
</div>
<div class="nav">
<ul class="nav nav-pills nav-justified">
<li role="presentation" class="select-button active"><a href="#overview-testdrive">Overview & Testdrive</a></li>
<li role="presentation" class="select-button"><a href="#technology-products">Technology & Products</a></li>
<!--
<li role="presentation" class="select-button"><a href="#history-goals">History & Goals</a></li>
<li role="presentation" class="select-button"><a href="#skeleton-examples">Skeleton & Examples</a></li>
<li role="presentation" class="select-button"><a href="#documentation-community">Documentation & Community</a></li>
-->
</ul>
</div>
<div class="content">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide slide1" data-hash="overview-testdrive">
<div class="g-row" style="width: 100%;">
<div class="g-col-5-12">
<div class="headline">Overview</div>
<p>
Gemstone is an opinionated Open Source licensed Technology Stack for Frontend and/or
Backend application development in JavaScript, based on the essential
software architecture paradigm <i>Component Orientation</i>,
the important software architecture principle <i>Separation of Concern</i>
and the virtue of reducing a project to its domain-specific aspects as
much as possible.
</p>
<p>
Through this, Gemstone targets the strong development-time scalability of applications,
which is already nice for small apps, but really essential
for large industrial information systems.
</p>
<p>
Technically, Gemstone is a <a href="https://www.npmjs.com/browse/keyword/gemstone">collection of NPM packages</a> which provide a built-time and run-time
integration layer for some major JavaScript tools, frameworks and
libraries — the <i>gemstones</i> of the
JavaScript world <i>!</i>
</p>
</div>
<div class="g-off-1-12 g-col-6-12">
<div class="headline">Testdrive</div>
<ul class="cn">
<li class="cn-1-i">
Install <a href="https://nodejs.org/">Node.js</a> runtime environment.
<p/>
</li>
<li class="cn-2-i">
Install <a href="http://www.npmjs.com/package/gemstone">Gemstone</a> CLI:<br/>
<code class="swiper-no-swiping">$ npm install -g gemstone</code><br/>
<p/>
</li>
<li class="cn-3-i">
Generate meta, frontend and backend projects:<br/>
<code class="swiper-no-swiping">$ gemstone generate-meta-project</code><br/>
<code class="swiper-no-swiping">$ gemstone generate-frontend-project</code><br/>
<code class="swiper-no-swiping">$ gemstone generate-backend-project</code>
<p/>
</li>
<li class="cn-4-i">
Build and run sample application:<br/>
<code class="swiper-no-swiping">$ cd example</code><br/>
<code class="swiper-no-swiping">$ npm install</code><br/>
<code class="swiper-no-swiping">$ npm run dev</code>
<p/>
</li>
<!--
<li class="cn-5-i">
Run sample application:<br/>
<code class="swiper-no-swiping">$ npm start</code>
<p/>
</li>
<li class="cn-6-i">
Access sample application:<br/>
http://localhost:8080/
</li>
-->
</ul>
<p/>
<br/>
<div class="headline">Testdrive</div>
If you want to see Gemstone in practice, check out the
<a href="https://github.com/huica/unp/">Units and Persons (UnP)</a> example application.
</div>
</div>
</div>
<div class="swiper-slide slide2" data-hash="technology-products">
<div class="g-row" style="width: 100%;">
<div class="g-col-5-12">
<div class="headline">Frontend Technology</div>
<p>
On the Frontend side, Gemstone targets
the desktop and mobile browser environments <a href="https://www.mozilla.org/firefox/">Mozilla Firefox</a>,
<a href="https://www.google.com/chrome/">Google Chrome</a>,
<a href="https://www.apple.com/safari/">Apple Safari</a>
and <a href="https://www.microsoft.com/en-us/windows/microsoft-edge">Microsoft Edge</a>
and the desktop runtime environment <a href="http://electron.atom.io/">Github Electron</a>.
</p>
<p>
Under built-time, Gemstone primarily utilizes
the asset bundler <a href="https://webpack.js.org/">Webpack</a>,
the JavaScript linter <a href="http://eslint.org/">ESLint</a>,
the JavaScript transpiler <a href="http://babeljs.io/">Babel</a>,
the HTML linter <a href="http://htmlhint.com/">HTMLHint</a>,
the HTML transpiler <a href="https://github.com/posthtml/posthtml">PostHTML</a>,
the CSS linter <a href="https://stylelint.io/">StyleLint</a> and
the CSS transpiler <a href="http://postcss.org/">PostCSS</a>.
</p>
<p>
Under run-time, Gemstone is primarily based on
the component system <a href="https://componentjs.com/">ComponentJS</a>,
the view mask rendering framework <a href="https://vuejs.org/">VueJS</a>,
the utility library <a href="https://jquery.com/">jQuery</a> and
the Internationalization library <a href="http://i18next.com/">I18Next</a>
and the programming language <a href="https://tc39.github.io/ecma262/">ECMAScript</a>.
</p>
</div>
<div class="g-off-1-12 g-col-5-12">
<div class="headline">Backend Technology</div>
<p>
On the Backend side, Gemstone targets the
server environment <a href="http://nodejs.org/">NodeJS</a>.
</p>
<p>
Under built-time, Gemstone primarily utilizes
the JavaScript linter <a href="http://eslint.org/">ESLint</a> and
the JavaScript transpiler <a href="http://babeljs.io/">Babel</a>.
</p>
<p>
Under run-time, Gemstone is primarily based on
the component system <a href="https://www.npmjs.com/browse/keyword/microkernel">Microkernel</a>,
the networking framework <a href="http://hapijs.com/">HAPI</a>,
the data projection engine <a href="http://graphql.org/">GraphQL</a>,
the object-relational mapping framework <a href="https://sequelizejs.com/">Sequelize</a>,
the embedded RDBMS <a href="https://sqlite.org/">SQLite</a>
and the programming language <a href="https://tc39.github.io/ecma262/">ECMAScript</a>.
</p>
</div>
</div>
</div>
<!--
<div class="swiper-slide slide2" data-hash="history-goals">
<div class="g-row" style="width: 100%;">
<div class="g-col-5-12">
<div class="headline">History</div>
<p>
The roots of the Gemstone project are at the essential software architecture paradigm
<i>Component Orientation</i> and the corresponding JavaScript framework
<a href="https://componentjs.com/">ComponentJS</a>, developed
for HTML5 Single-Page-Apps in 2009 to 2017 by
<a href="http://engelschall.com/">Ralf S. Engelschall</a> in the course
of his <a href="http://architecturedissertation.com/">doctoral project</a>
on the <i>Hierarchical User Interface Component Architecture (HUICA)</i>.
</p>
<p>
As a single framework, like ComponentJS, in practice is never enough and instead an entire
technology stack is needed, a usually noticable effort
is required for integration the best libraries, frameworks and tools again and again.
This integration effort costs time and money and especially
is a burden in every IT project. Gemstone reduces this burden by
providing a pre-integrated solution of those libraries, frameworks and tools while
still being easily extendable.
</p>
</div>
<div class="g-off-1-12 g-col-5-12">
<div class="headline">Goals</div>
<p>
</p>
</div>
</div>
</div>
<div class="swiper-slide slide3" data-hash="skeleton-examples">
<div class="g-row" style="width: 100%;">
<div class="g-col-6-12">
<div class="headline">Skeleton</div>
<p>
FIXME
</p>
</div>
<div class="g-col-6-12">
<div class="headline">Examples</div>
<p>
FIXME
</p>
</div>
</div>
</div>
<div class="swiper-slide slide4" data-hash="documentation-community">
<div class="g-row" style="width: 100%;">
<div class="g-col-6-12">
<div class="headline">Documentation</div>
<p>
FIXME
</p>
</div>
<div class="g-col-6-12">
<div class="headline">Community</div>
<p>
FIXME
</p>
</div>
</div>
</div>
-->
</div>
<div class="swiper-pagination"></div>
<div class="swiper-scrollbar"></div>
</div>
<div class="icons">
<i class="fa fa-chevron-circle-left"></i>
<i class="fa fa-chevron-circle-right"></i>
</div>
</div>
<div class="footer">
Copyright © 2016-2018 <a href="http://gemstonejs.com">Gemstone Project</a><br/>
Licensed under <a href="https://spdx.org/licenses/Apache-2.0">Apache License 2.0</a>
</div>
</div>
<div class="notice">
STILL BETA STAGE:<br/>
EARLY ADOPTERS ONLY!
</div>
</body>
</html>