-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
j-show edited this page Mar 31, 2019
·
7 revisions
jShow is an open tool framework. It's designed to support both WebBrowser
, Node.js
environment, it's composed of core tool library
and external components
.
-
core tool library
It's like a Swiss army knife. It helps you simplify your code. Anyone can use it to create their own tool library.-
core
Basic function library for a variety of simple, complex types of judgment -
class extensions
Extend the basic class structure and improve the operation mode of events, exceptions, etc. -
async extensions
Extend asynchronous functions to define generic asynchronous code encoding specifications
-
-
external components
Automatically identify environmental patterns, follow the light component principle, load the following components as needed-
module loading framework
Modular development framework, with async function as the core, asynchronous load page module -
front-end routing
Through simple configuration, the front-end routing structure is established and the single-page application is developed easily -
DOM operation
Simple DOM operation object, fully compatible with jQuery operation mode -
gesture recognition
For Mobile terminal, simple gestures can be identified in series by setting to recognize complex gestures -
tcp service
Provide TCP backend services, Integrated buffer processing Solutions. -
http2 service
Provide HTTP2 backend services, fully compatible with Koa@2 middleware, integrated multilingual solutions.
-
- WebBrowser
- Node.js