nimobserver
An implementation of the observer pattern
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install nimobserver
choosenim install nimobserver
git clone https://github.com/Tangdongle/nimobserver
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimobserver | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/Tangdongle/nimobserver |
|---|---|
| Homepage | https://github.com/Tangdongle/nimobserver |
| Registry Source | nimble_official |
README
Nim Observer
always watchin
What?
This is a event queue implemented in Nim, based on the Observer pattern
Why?
I wanted to build an event queue for a bot