jomiel-client-demos

所属分类:collect
开发工具:Dockerfile
文件大小:0KB
下载次数:0
上传日期:2023-09-22 15:32:02
上 传 者sh-1993
说明:  用不同的现代编程语言编写的jomiel客户端演示
(the jomiel client demos written in different modern programming languages)

文件列表:
.clang-format (3473, 2023-09-22)
.pre-commit-config.yaml (1294, 2023-09-22)
LICENSE (11357, 2023-09-22)
NOTICE (561, 2023-09-22)
c/ (0, 2023-09-22)
c/CMakeLists.txt (2373, 2023-09-22)
c/docker/ (0, 2023-09-22)
c/docker/alpine/ (0, 2023-09-22)
c/docker/alpine/Dockerfile (965, 2023-09-22)
c/docker/debian/ (0, 2023-09-22)
c/docker/debian/Dockerfile (1171, 2023-09-22)
c/src/ (0, 2023-09-22)
c/src/demo/ (0, 2023-09-22)
c/src/demo/jomiel.c (1146, 2023-09-22)
c/src/demo/jomiel.h (237, 2023-09-22)
c/src/demo/jomiel_util.c (6378, 2023-09-22)
c/src/demo/jomiel_util.h (438, 2023-09-22)
c/src/demo/main.c (295, 2023-09-22)
c/src/demo/options.c (3558, 2023-09-22)
c/src/demo/options.h (911, 2023-09-22)
c/src/demo/types.h (1675, 2023-09-22)
cpp/ (0, 2023-09-22)
cpp/CMakeLists.txt (1806, 2023-09-22)
cpp/cmake/ (0, 2023-09-22)
cpp/cmake/CMakeLists.txt (3710, 2023-09-22)
cpp/conanfile.txt (87, 2023-09-22)
cpp/docker/ (0, 2023-09-22)
cpp/docker/debian/ (0, 2023-09-22)
cpp/docker/debian/Dockerfile (1082, 2023-09-22)
cpp/docker/pre-conan/ (0, 2023-09-22)
cpp/docker/pre-conan/alpine/ (0, 2023-09-22)
cpp/docker/pre-conan/alpine/Dockerfile (1412, 2023-09-22)
cpp/docker/pre-conan/buster/ (0, 2023-09-22)
cpp/docker/pre-conan/buster/Dockerfile (1416, 2023-09-22)
cpp/src/ (0, 2023-09-22)
cpp/src/demo/ (0, 2023-09-22)
cpp/src/demo/jomiel.cpp (4820, 2023-09-22)
... ...

# jomiel-client-demos [jomiel] client demos written in different modern programming languages. [jomiel]: https://github.com/guendto/jomiel ![Example](https://github.com/guendto/jomiel-client-demos/blob/master/./docs/demo.svg) | Language | Notes | | ----------------------------------------------------------------------------- | ----------- | | [C](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/c) | | | [C++](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/cpp) | C++17 | | [C#](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/csharp) | | | [Go](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/golang) | | | [Java](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/java) | | | [Kotlin](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/kotlin) | | | [Lua](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/lua5) | version 5 | | [Node](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/nodejs) | version 14+ | | [Perl](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/perl5) | version 5 | | [Php](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/php) | version 7/8 | | [Python](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/python3) | version 3 | | [Ruby](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/ruby) | | | [Rust](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/rust) | | | [Scala](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/scala) | | | Framework | Notes | | -------------------------------------------------------------------------------------- | --------- | | [Express](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/restful/express) | version 4 | | [Qt](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/qt) | version 5 | ## Docker Most demos have a `docker` subdir, e.g. [kotlin]. To help you get started, see also: - [HOWTO: Build and run jomiel in a container](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel/blob/master/docs/HOWTO.md#build-and-run-jomiel-in-a-container) - [docker-compose.yaml](https://github.com/guendto/jomiel-client-demos/blob/master/https://github.com/guendto/jomiel-client-demos/blob/master/docker-compose.yaml) [kotlin]: https://github.com/guendto/jomiel-client-demos/blob/master/kotlin/docker/buster ## License `jomiel-client-demos` is licensed under the [Apache License version 2.0][aplv2]. [aplv2]: https://www.tldrlegal.com/l/apache2

近期下载者

相关文件


收藏者