npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

discuss

v1.2.9

Published

一款简单,安全,免费的评论系统 | A simple, safe, free comment system

Downloads

564

Readme

简介

Discuss是一款简单,安全,免费的评论系统,仅提供基础的评论功能,并没有过多的功能

这可以使得 Discuss 可以融合进其它项目,甚至可以方便而再此基础上进行二次开发

举例可以二次开发添加如下新功能,甚至其它更多功能

  1. 新增Markdown、代码块高亮等等
  2. 新增图片上传
  3. 新增数学公式
  4. 新增点赞功能
  5. 新增 IP 属地
  6. 新增显示用户操作系统、浏览器等

不管你的网站使用的是什么配色 Discuss 都可以轻松适应,如: 浅色/深色模式切换,Discuss 会自适应

个性

  • 多数据库支持(5 种)
  • 深色模式 (自动适配深色模式)
  • 支持自定义博主 置顶表示文字
  • 支持自定义评论框placeholder(占位符)
  • 支持限制评论字数 (避免大量文字信息写入数据库)
  • 支持自定义邮件模板
  • 支持自定义表情列表 (类型: Text \ image)
  • 支持外链自定义表情 (类型: Text \ image)

特点

  • ·安全
  • 轻量 (~60kb gzip: ~20kb)
  • 自托管 (Nodejs 后端跨平台)
  • 免费部署 (Server、ServerLess 均可部署)
  • 邮件通知
  • 防 XSS 注入
  • 嵌入式评论管理
  • 批量处理 (通过 \ 审核 \ 垃圾 \ 删除 )
  • 在线编辑 (评论信息 \ 配置信息)
  • 评论搜索 (模糊搜索: 昵称、邮箱、IP、评论内容、文章地址)
  • 自动保存 (评论草稿、用户名、邮箱、网址)
  • 身份认证 (博主 Tag \ 自定义)
  • 评论头像 (Gravatar \ QQ 头像)
  • 反垃圾检测 (Akismet-API)
  • 限制评论频率 (每个 IP 10 分钟内最多评论多少条 \ 10 分钟内所有 IP 只能评论多少条)

开发

加入我们一起开发

git clone https://github.com/discussjs/Discuss.git Discuss
cd Discuss
npm install               # 安装依赖
npm run start:client      # 启动客户端
npm run start:server      # 启动服务端
npm run lint              # 在提交代码之前,您因该对你写的代码进行检查

特别感谢