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

@po-to/potato

v0.0.2

Published

A server's framework of view controller that serve to clent

Downloads

3

Readme

potato

随着访问终端的多样化,我们常常将公共的业务处理封装成统一的微服务,而对于不同的终端视图则个性化设计。很多传统服务端web框架包含MVC功能,大而繁琐,而potato是一款定位于“客户端适配层”的微框架,它专注于“视图控制”,虽然运行在服务端,但从本质上它依然是前端框架的一部分。

  由于服务端语言各异,potato仅提出某些抽象的接口和约定,体现的是一种大纲思路,并不提供具体实现,不同的服务端语言可以遵循其接口和思路来开发各自的potato-*应用框架。

项目主页

www.po-to.org

仓库

Github

兼容

potato面向于接口,无兼容性问题。

依赖

无第三方依赖

安装

  • 使用NPM安装:npm install @po-to/potato
  • 手动下载安装:Github

引入

可作为typescript定义文件来引入。

文档

API

设置