bloom-nim
Definitely not another blogging engine in Nim! :expressionless:
Summary
| Latest Version | Unknown |
|---|---|
| License | GPL-3.0 |
| CI Status | Failing |
| Stars | 8 |
| Forks | 0 |
| Open Issues | 2 |
| Last Commit | 2020-03-22 |
| Downloads | 0 |
| Last Indexed | 2026-09-07 06:07 |
Tags
Installation
nimble install bloom-nim
choosenim install bloom-nim
git clone https://github.com/littledivy/bloom-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| bloom-nim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/littledivy/bloom-nim |
|---|---|
| Homepage | https://github.com/littledivy/bloom-nim |
| Registry Source | github |
README
Bloom
Bloom is a jester-based blogging engine for humans.
Features
- <300 lines of Nim code.
- One of the fastest web server powered by Jester.
- No programming experience required for usage.
- Web-based admin console.
- No external database service required.
- Extensively commented for developers.
- Configurable super user credentials.
- SQLite serverless database.
- Just one exectuable for everything!
Building from source
Use the Nim compiler nim to compile Bloom source code.
This code will run Bloom server on localhost:5000
nim c -r index.nim
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.