microcule-examples

多种编程语言中的示例 HTTP 微服务的开源集合。(Open-source collection of example HTTP Microservices in many programming languages.)

  • 所有者: stackvana/microcule-examples
  • 平台: Linux, Mac, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

microcule-examples

Open-source collection of example HTTP Microservices in multiple programming languages

Running examples locally

Any of these examples may be run locally by cloning this repository and navigating to the directory of the specific example and running:

For example:

git clone https://github.com/stackvana/microcule-examples
cd coin
npm install
npm start

Will start a local service that returns crypto-currency prices.

Running npm start will use the stack CLI tool to start the example service on it's on HTTP server.

Installing microcule

You might also find it useful to install microcule globally to your system.

npm install microcule -g

This will allow you to run the microcule command for any local services you write.

主要指标

概览
名称与所有者stackvana/microcule-examples
主编程语言JavaScript
编程语言Shell (语言数: 20)
平台Linux, Mac, Windows
许可证
所有者活动
创建于2016-09-28 02:06:47
推送于2019-04-09 22:27:49
最后一次提交2019-04-09 18:27:48
发布数4
最新版本名称v6.0.0 (发布于 )
第一版名称v4.0.0 (发布于 )
用户参与
星数56
关注者数4
派生数5
提交数29
已启用问题?
问题数3
打开的问题数1
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?