As the name suggests its a small helpful library with a few helper functions to modify arrays and adding a match function that supports regex. Its really nothing all to special.
Collection of array processing tools
`dSyncAuth ` is an addition to `dSync` that uses `dSyncSign` to create random encrypted challenges and checks if the decrypted response from a user is correct. It also requires `epxress`.
Simple Frontend Lib installer
js tools
Toolkit for preforming various operations with arrays.
A collection of useful little things that I like to reuse across projects
This is a JS library that packages the common functions of mathematics, data structure, function, URL and array.
array grouping elements by a string returned as criterial
dSyncSign is an additional package that comes with a few helper functions that can enhance the plain dSync package. dSyncSign comes with the following features:
This library is the core of the decentralized messenger feature found in DCTS. It uses a few different libraries too, like dSyncSign, dSyncSql and more!
Part of the dSync library family. dSyncShop provides a complete shop system on top of dSyncPay, handling products, categories, orders and automatic post-purchase actions. It creates and manages its own database tables and registers all routes automaticall
GoodScript core types and collections
工具库~
This is the JavaScript library that contains ready to use collections of methods inside of different classes. These classes handles different operations like specific string methods that checks string content, array methods for filtration, iteration, etc.
dSync stands for decentralized synchronization. The goal is to have an **easy way** for listening to events and emitting events to create a decentralized network. In order for this to work you need to know and add other nodes like in the example below. Th
IP Based Security Library against Abuse
As another part of the dSync library family this library is responsible for payment handling currently supporting PayPal and Coinbase Crypto payments. Its works independently and without any percentage cuts by using your own API keys.
As another member of the dSync Concept, its job is to handle file uploads and access to them via highly dynamic parameters. The idea is to make it as flexible as possible and easy to maintain so it can be used in multiple projects.
dSyncSql is supposed to be a helper for handling MySQL / MariaDB connections and executing queries. In addition it will also allow you to automatically create a database's structure like tables, column and such and will automatically create missing column
This library's purpose is to get rid of the default structure you usually need and create when trying to get an express server up and running in NodeJS. It works so well in fact that you can get a server up and running with only a few lines of code, as ma
This small library was designed for NodeJS and to bring pretty logs to the terminal. It has the following features:
This small and awesome library was made to simplify a basic socket.io setup by using an existing express server. In this example the express server will be setup with the [express-starter](#) library. The library will scan a directory for files that inclu
This small library is part of the dSync concept and will handle rate limits by either defining and using custom, generic rate limits or by using an express middleware to enforce rate limits.