<s>
Mojito	B-Application
is	O
an	O
environment	O
agnostic	O
,	O
Model-View-Controller	O
(	O
MVC	O
)	O
web	B-Application
application	I-Application
framework	I-Application
.	O
</s>
<s>
Mojito	B-Application
supports	O
agile	O
development	O
of	O
web	O
applications	O
.	O
</s>
<s>
Mojito	B-Application
has	O
built-in	O
support	O
for	O
unit	O
testing	O
,	O
Internationalization	B-General_Concept
,	O
syntax	O
and	O
coding	O
convention	O
checks	O
.	O
</s>
<s>
Both	O
server	O
and	O
client	O
components	O
are	O
written	O
in	O
JavaScript	B-Language
.	O
</s>
<s>
Mojito	B-Application
allows	O
developers	O
designing	O
web	O
applications	O
to	O
leverage	O
the	O
utilities	O
of	O
both	O
configuration	O
and	O
MVC	O
framework	O
.	O
</s>
<s>
Mojito	B-Application
is	O
capable	O
of	O
running	O
on	O
both	O
JavaScript-enabled	O
web	B-Application
browsers	I-Application
and	O
servers	O
using	O
Node.js	B-Language
because	O
they	O
both	O
utilize	O
JavaScript	B-Language
.	O
</s>
<s>
Mojito	B-Application
applications	O
mainly	O
consist	O
of	O
two	O
components	O
:	O
</s>
<s>
JSON	B-General_Concept
Configuration	B-Protocol
files	I-Protocol
:	O
these	O
define	O
relationships	O
between	O
code	O
components	O
,	O
assets	O
,	O
routing	O
paths	O
,	O
and	O
framework	O
defaults	O
and	O
are	O
available	O
at	O
the	O
application	O
and	O
mojit	O
level	O
.	O
</s>
<s>
Directories	O
:	O
these	O
reflect	O
MVC	O
architecture	O
and	O
are	O
used	O
to	O
separate	O
resources	O
such	O
as	O
assets	O
,	O
libraries	B-Library
,	O
middleware	B-General_Concept
,	O
etc	O
.	O
</s>
<s>
In	O
Mojito	B-Application
,	O
both	O
server	O
and	O
"	O
client	O
"	O
side	O
scripting	O
is	O
done	O
in	O
JavaScript	B-Language
,	O
allowing	O
it	O
to	O
run	O
on	O
both	O
client	O
and	O
server	O
thereby	O
breaking	O
the	O
"	O
front-end	O
back-end	O
barrier.	O
"	O
</s>
<s>
API	O
and	O
Mojito	B-Application
services	O
are	O
the	O
blocks	O
which	O
caters	O
to	O
services	O
needed	O
for	O
execution	O
of	O
mojits	O
.	O
</s>
<s>
Mojito	B-Application
services	O
are	O
a	O
customizable	O
service	O
block	O
.	O
</s>
<s>
Mojits	O
are	O
the	O
modules	O
of	O
a	O
Mojito	B-Application
application	O
.	O
</s>
<s>
A	O
mojit	O
encompasses	O
a	O
Model	O
,	O
Views	O
and	O
a	O
Controller	O
defined	O
by	O
JSON	B-General_Concept
configuration	B-Protocol
files	I-Protocol
.	O
</s>
<s>
A	O
Mojito	B-Application
application	O
is	O
a	O
set	O
of	O
mojits	O
facilitated	O
by	O
configurable	O
JSON	B-General_Concept
files	O
which	O
define	O
the	O
code	O
for	O
model	O
,	O
view	O
and	O
controller	O
.	O
</s>
<s>
This	O
MVC	O
structure	O
works	O
with	O
API	O
block	O
and	O
Mojito	B-Application
services	O
,	O
and	O
can	O
be	O
deployed	O
at	O
both	O
client	O
and	O
server	O
side	O
.	O
</s>
<s>
Mojit	O
Proxy	B-Application
acts	O
as	O
an	O
intermediary	O
between	O
binders	O
and	O
mojit	O
's	O
API	O
(	O
application	O
context	O
)	O
block	O
and	O
other	O
mojits	O
.	O
</s>
<s>
Directory	O
structure	O
of	O
a	O
Mojito	B-Application
application	O
with	O
one	O
mojit	O
:	O
</s>
