Starred repositories
一个在你编程时疯狂称赞你的 VSCode 扩展插件 | An VSCode extension that keeps giving you compliment while you are coding, it will checks the keywords of code to play suitable sounds.
Generate tiktok signature token using node
Request-scoped storage support, based on Asynchronous Local Storage (with fallback to cls-hooked)
基于egg-shell-decorators对egg框架做了基础功能扩展。对egg-shell-decorators做了部分重构和优化,比如路由中间件的优化;新增、修改部分注解;swagger改成内置,并整合joi效验,以及重构了整个swagger文档的生成方案;支持typeDI,使用容器生成Controller,支持依赖注入
Asynchronous local storage implementation which provides an agnostic and performant approach no matter your version of node.
本工程主要基于react + redux + sass + ES6/7 + webpack2.0 + apollo-fetch (graphql client) + react-router4 + antd(2.x) + axios + redux-action-tools实现的SPA后台管理系统模板
使用joi模式验证请求和响应,并生成swagger文档。本项目主要基于koa-joi-swagger库做了部分定制化修改,供egg-shell-plus使用
在nodejs中使用protocol buffer解析数据,并使用socket相互传递
对egg生命周期中的configWillLoad方法做了同步处理,支持异步获取远程配置文件之后,动态修改配置文件,然后再继续执行configDidLoad,并且在configDidLoad之前会加载所有插件addSingleton的creator方法。
django + graphql实现前后端分离。支持jwt登录效验,以及resolver权限绑定。