All Projects → stackvana → microcule-examples

stackvana / microcule-examples

Licence: other
Open-source collection of example HTTP Microservices in many programming languages

Programming Languages

javascript
184084 projects - #8 most used programming language
lua
6591 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].