Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stephen
kado
Commits
5e2900fe
Commit
5e2900fe
authored
Oct 26, 2022
by
Bryan Tong
Browse files
Merge branch 'master' into base-4.x
# Conflicts: # doc/info/LibraryList.md
parents
85f5a3ca
6a30efb8
Pipeline
#11970
passed with stage
in 4 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/info/LibraryList.md
View file @
5e2900fe
...
...
@@ -9,16 +9,22 @@ what is provided by the library.
*
[
Application
](
../Application.md
)
- Create a new application containing
most Kado features.
*
[
Archive
](
../Archive.md
)
- Build archives like tar and zip, decompress them.
*
[
Assert
](
../Assert.md
)
- Make assertions on input or tests.
*
[
Asset
](
../Asset.md
)
- Store, filter, and query static application
files.
*
[
BigInteger
](
../BigInteger.md
)
- Use big numbers with javascript.
*
[
ChildProcess
](
../ChildProcess.md
)
- Child process library adding
convenience and functionality to the core child_process functions.
*
[
Cluster
](
../Cluster.md
)
- Cluster library for constructing and
operating process clusters.
*
[
Command
](
../Command.md
)
- Build CLI applications with ease.
*
[
CommandServer
](
../Command.md#class-command-server
)
- Execute CLI applications like a
web server.
*
[
Connect
](
../Connect.md
)
- Framework for housing external resource
connections.
*
[
ConnectEngine
](
../Connect.md#class-connect-engine
)
- Interface for creating an engine
to be used with a Connect system.
*
[
Cron
](
../Cron.md
)
- Execute functions on a schedule similar to UNIX
cron jobs.
*
[
Database
](
../Database.md
)
- Connect system made for Databases.
...
...
@@ -30,6 +36,7 @@ what is provided by the library.
System methods.
*
[
Format
](
../Format.md
)
- Commonly used String, Number, and Date format
methods.
*
[
GeoIP
](
../GeoIP.md
)
- Lookup IP hosts against a geo-ip database.
*
[
GetOpt
](
../GetOpt.md
)
- Parse command line string input into an
object.
*
[
History
](
../History.md
)
- Track user navigation history throughout
...
...
@@ -47,6 +54,7 @@ what is provided by the library.
*
[
Model
](
../Model.md
)
- Super class for building new data models used
for interacting with data sets produced by data queries.
*
[
Module
](
../Module.md
)
- Super class for creating Kado modules.
*
[
Multipart
](
../Multipart.md
)
- Multipart request body parsing.
*
[
Mustache
](
../Mustache.md
)
- Provides a logic-less templating system
for use in providing any kind of text rendering.
*
[
Navigation
](
../Navigation.md
)
- Create and manage application menus.
...
...
@@ -55,7 +63,7 @@ what is provided by the library.
*
[
PathExp
](
../PathExp.md
)
- Use path notation to validate routes on
URIs.
*
[
Permission
](
../Permission.md
)
- Create and test permission sets to
allow fine
grained user control.
allow fine
-
grained user control.
*
[
Profiler
](
../Profiler.md
)
- Track application resource usage and
timing.
*
[
PromiseMore
](
../PromiseMore.md
)
- Additional promise control patterns that
...
...
@@ -63,12 +71,14 @@ what is provided by the library.
*
[
Query
](
../Query.md
)
- Super class for constructing query builders that
are customized for a specific query language.
*
[
QueryCache
](
../QueryCache.md
)
- Query cache system for databases.
*
[
RequestEngine
](
../RequestEngine.md
)
- Easily make API client instances.
*
[
Router
](
../Router.md
)
- Store and process application route points.
*
[
Schema
](
../Schema.md
)
- Super class for constructing schema builders
that are customized for a specific schema language.
*
[
Search
](
../Search.md
)
- Connect system for made for search.
*
[
Session
](
../Session.md
)
- Session system for storing data against
users.
*
[
Stream
](
../Stream.md
)
- Expands core stream functionality.
*
[
TestRunner
](
../TestRunner.md
)
- Define and run Test Suites and Tests.
*
[
Util
](
../Util.md
)
- Misfit useful functions.
*
[
Validate
](
../Validate.md
)
- Validate input.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment