Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/permutationlock/server_trait_example
A series of Zig TCP server examples for various generic anytype conventions.
https://github.com/permutationlock/server_trait_example
Last synced: 2 days ago
JSON representation
A series of Zig TCP server examples for various generic anytype conventions.
- Host: GitHub
- URL: https://github.com/permutationlock/server_trait_example
- Owner: permutationlock
- License: mit
- Created: 2023-11-11T01:56:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:51:16.000Z (11 months ago)
- Last Synced: 2023-12-13T09:13:07.793Z (11 months ago)
- Language: Zig
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MIT
Awesome Lists containing this project
README
# Server Trait Example
Runnable example code from [my article](https://musing.permutationlock.com/posts/blog-working_with_anytype.html)
on `anytype`.Tested on `0.12.0-dev.1583+97e23896a`. Built with [ztrait](https://github.com/permutationlock/ztrait/") and [zimpl](https://github.com/permutationlock/zimpl).
To build all example executables run `zig build`. To run an example run
`zig build `.