2018年7月30日

基于typescript 强大的 nestjs 框架试用

摘要: nestjs 一个nodejs 的graphql 框架 安装 npm i -g @nestjs/cli 初始化项目 nest new dalong 运行demo 使用yarn yarn start 添加graphql支持 参考官方demo sample/12-graphql-apollo 运行 ya 阅读全文

posted @ 2018-07-30 19:28 荣锋亮 阅读(5410) 评论(0) 推荐(0) 编辑

hasura graphql server (haskell)构建

摘要: 安装 &&运行pg(docker) version: '3.6' services: postgres: image: postgres environment: - "POSTGRES_PASSWORD:dalong" restart: always ports: - "5432:5432" vo 阅读全文

posted @ 2018-07-30 16:53 荣锋亮 阅读(479) 评论(0) 推荐(0) 编辑

hasura graphql subscriptions 使用

摘要: subscriptions graphql 的一项实时数据推送的功能,还是很方便的,自己在直接使用subscriptions-transport-ws npm 包 的时候运行一直有错误(主要是依赖的apollo版本),还好hasura graphql 默认提供了一个开发模版,还是比较方便的 模版cl 阅读全文

posted @ 2018-07-30 13:59 荣锋亮 阅读(1059) 评论(2) 推荐(0) 编辑

导航