Skip to content

Commit 80eabe7

Browse files
committed
Add more examples to the readme.
1 parent 4c3dcbe commit 80eabe7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,17 @@ This environment variables are optional, in case that you want to modify default
164164

165165
### 4.3 Examples
166166

167-
- [MetaCall CLI](/source/examples/metacallcli). Example of a Command Language Interpreter based on MetaCall where you can load, unload scripts and call their functions.
167+
- [Embedding NodeJS](https://github.com/metacall/embedding-nodejs-example): Example application for embedding NodeJS code into C/C++ using CMake as a build system.
168168

169-
- [MetaCall Rotulin](https://github.com/metacall/rotulin). Example of a multi-language application built with **METACALL**. This application embeds a Django server with a Ruby DataBase and C# business layer based on ImageMagick.
169+
- [Embedding Python](https://github.com/metacall/embedding-python-example): Example application for embedding Python code into C/C++ using CMake as a build system.
170+
171+
- [Using `matplotlib` from C/C++](https://github.com/metacall/embedding-matplotlib-example): Example application for using Python `matplotlib` library into C/C++ using `gcc` for compiling it and installing MetaCall by compining it by hand.
172+
173+
- [MetaCall CLI](/source/examples/metacallcli): Example of a Command Language Interpreter based on MetaCall where you can load, unload scripts and call their functions.
174+
175+
- [Rotulin](https://github.com/metacall/rotulin): Example of a multi-language application built with **METACALL**. This application embeds a Django server with a Ruby DataBase and C# business layer based on ImageMagick.
176+
177+
- [BeautifulSoup from Express](https://github.com/metacall/beautifulsoup-express-example): This example shows how to use [MetaCall CLI](/source/examples/metacallcli) for building a **Polyglot Scraping API** that mixes NodeJS with Python.
170178

171179
## 5. Architecture
172180

0 commit comments

Comments
 (0)