awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zongzibinbin avatar

zongzibinbin/MallChat

0
View on GitHub↗
4,648 星标·1,026 分支·Java·Apache-2.0·7 次浏览

MallChat

MallChat is an e-commerce backend system and real-time messaging platform. It provides a server-side infrastructure for managing online stores, including integrated shopping carts, order processing, and payment workflows.

The system features a WebSocket chat server for instant customer communication and a content moderation engine that uses pattern matching to block sensitive language. It integrates large language models to provide automated conversational AI chatbots for customer support and product recommendations.

Identity management is handled through a token-based authentication system that supports QR code verification. The platform also includes API traffic management to control request frequency and a moderation workflow for filtering prohibited phrases in real time.

Features

  • Real-Time Messaging Servers - Provides a WebSocket-based server for instant customer communication and interactive real-time chat events.
  • E-commerce Platforms - Provides a comprehensive platform for building and managing online retail stores with shopping carts and order processing.
  • Sensitive Word Filters - Detects and blocks prohibited words or phrases within messages using automated pattern matching algorithms.
  • E-Commerce Backends - Provides a server-side infrastructure for managing retail operations, including shopping carts, order processing, and payment workflows.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
Content Moderation Tools - Filters sensitive language and blocks prohibited phrases in real time to maintain community standards in chat.
  • Relational Schemas - Organizes e-commerce data using structured tables with defined foreign key relationships for orders and carts.
  • Targeted WebSocket Messaging - Maintains persistent bidirectional connections to deliver real-time chat messages and interactive event updates to clients.
  • Pattern-Based Content Filtering - Scans incoming and outgoing text streams against a blacklist of prohibited keywords to block sensitive content.
  • Real-Time Messaging - Provides persistent, bidirectional communication between servers and clients for instant messaging and interactive operations.
  • Real-Time Messaging Systems - Implements instant chat systems for customer support and user communication within a digital storefront.
  • User Identity Verification - Manages secure access and user authentication through identity verification flows, including QR code scanning.
  • Content Moderation Filters - Implements a filtering system that scans text against blacklists to detect and block sensitive language in real time.
  • Token-Based Authentication - Implements a security layer using signed tokens and QR code verification to manage user identity and access rights.
  • Token-Based Identity Verifications - Validates user sessions and access rights by verifying cryptographically signed tokens during request interception.
  • AI Chatbots - Integrates automated conversational agents to handle customer queries and provide product recommendations using LLMs.
  • Chatbot Integrations - Connects large language models to a messaging interface to deliver automated conversational responses.
  • API Traffic Management - Protects backend resources from overload by controlling the frequency of incoming requests through centralized rate limiting policies.
  • QR and Mobile Verifications - Verifies user identities and grants system access through the scanning of unique QR codes with mobile devices.
  • Traffic Flow Control - Limits the frequency of incoming requests via predefined rules to prevent system overload.
  • Middleware Rate Limiters - Implements request flow control within the middleware chain to protect system resources from traffic spikes.
  • Star 历史

    zongzibinbin/mallchat 的 Star 历史图表zongzibinbin/mallchat 的 Star 历史图表

    MallChat 的开源替代方案

    相似的开源项目,按与 MallChat 的功能重合度排序。
    • linlinjava/litemalllinlinjava 的头像

      linlinjava/litemall

      20,151在 GitHub 上查看↗

      Litemall is an open-source e-commerce platform built on Java and Spring Boot that provides a complete retail environment. It includes both a customer-facing storefront and a centralized administrative dashboard, enabling businesses to manage product catalogs, order lifecycles, and member accounts from a single system. The platform distinguishes itself through deep integration with the WeChat ecosystem, offering a mobile-optimized storefront and social authentication for streamlined user access. It utilizes a modular architecture that combines automated database access layers with custom SQL m

      Javalitemallmallspring-boot
      在 GitHub 上查看↗20,151
    • faye/fayefaye 的头像

      faye/faye

      4,386在 GitHub 上查看↗

      Faye is a real-time messaging middleware and WebSocket publish-subscribe server. It functions as a communication layer that routes messages between clients and manages channel subscriptions to enable data synchronization across the web. The project provides a cross-domain communication gateway, allowing web clients on different domains to communicate with a central server. It is built as a clustered messaging backend that can share state across multiple instances using external storage to handle high volumes of persistent network connections. Its capability surface includes pub-sub logic for

      JavaScript
      在 GitHub 上查看↗4,386
    • houbb/sensitive-wordhoubb 的头像

      houbb/sensitive-word

      5,896在 GitHub 上查看↗

      This project is a high-performance Java library and content moderation framework designed to detect and mask prohibited words in text. It utilizes a Deterministic Finite Automaton (DFA) scanner to implement efficient longest-match word detection. The engine distinguishes itself through a text normalization pipeline and noise-filtering preprocessor that standardize character casing, scripts, and widths while removing interspersed special characters to prevent filter evasion. It supports dynamic dictionary management, allowing blacklists and allow-lists to be updated in the background without r

      Javadfadirty-wordfilter
      在 GitHub 上查看↗5,896
    • konsheng/sensitive-lexiconkonsheng 的头像

      konsheng/Sensitive-lexicon

      3,137在 GitHub 上查看↗

      Sensitive-lexicon is a sensitive word detection service and content moderation tool designed to identify prohibited text. It utilizes a curated lexicon of thousands of categorized terms and a fuzzy matching text scanner to detect restricted words and phrases. The project features specialized filters for Chinese language content across political, social, and adult domains. It supports approximate string matching to identify terms that use noise characters or whitespace to evade standard keyword filters. The system includes a network interface for hosting the detection service, allowing for re

      在 GitHub 上查看↗3,137
    查看 MallChat 的所有 30 个替代方案→

    常见问题解答

    zongzibinbin/mallchat 是做什么的?

    MallChat is an e-commerce backend system and real-time messaging platform. It provides a server-side infrastructure for managing online stores, including integrated shopping carts, order processing, and payment workflows.

    zongzibinbin/mallchat 的主要功能有哪些?

    zongzibinbin/mallchat 的主要功能包括:Real-Time Messaging Servers, E-commerce Platforms, Sensitive Word Filters, E-Commerce Backends, Content Moderation Tools, Relational Schemas, Targeted WebSocket Messaging, Pattern-Based Content Filtering。

    zongzibinbin/mallchat 有哪些开源替代品?

    zongzibinbin/mallchat 的开源替代品包括: linlinjava/litemall — Litemall is an open-source e-commerce platform built on Java and Spring Boot that provides a complete retail… konsheng/sensitive-lexicon — Sensitive-lexicon is a sensitive word detection service and content moderation tool designed to identify prohibited… faye/faye — Faye is a real-time messaging middleware and WebSocket publish-subscribe server. It functions as a communication layer… houbb/sensitive-word — This project is a high-performance Java library and content moderation framework designed to detect and mask… transformeroptimus/superagi — SuperAGI is a comprehensive marketing automation platform and customer data system designed to orchestrate… adrianhajdin/event_platform — Event platform is a full-stack web application designed for organizing events, purchasing tickets, and managing user…