Skip to content

jojaquix/zba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zig Base Agent

Learn zig trying to create a event based loop app that receive (using polling) tasks, commands, etc.

The idea is create a basic client/agent for distributed client server architecture.

Ag <-> AgHdl

AgHdl send Task, Commands, Queries, Configs to the Ag.

  • Tasks: Long term process async
  • Command: Short term process sync
  • Queries: Short term process with result
  • Config: Change some config in the Ag

About

Zig Base Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages