OLY
oly is a set of libraries to create well-written
TypeScript
applications with Node.js® and browsers.
This set is based on popular projects, such as
Koa
and
React.
import { Kernel } from "oly";
Kernel
.create(/* store */)
.with(/* services & providers */)
.start()
.catch(console.error);
Getting started
CORE | Dependency injection, store and event emitter in one place. |
API | REST API with koa and decorators. |
REACT | React, SSR and Routing. |