https://github.com/8bitprodigy/nerc
Web anti-framework written in Nim
https://github.com/8bitprodigy/nerc
Last synced: 4 months ago
JSON representation
Web anti-framework written in Nim
- Host: GitHub
- URL: https://github.com/8bitprodigy/nerc
- Owner: 8bitprodigy
- License: other
- Created: 2025-03-02T07:01:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T07:05:41.000Z (4 months ago)
- Last Synced: 2025-03-02T08:18:51.033Z (4 months ago)
- Language: Nim
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nerc
Web anti-framework in Nim.
## Rationale:
Too many web frameworks are written in slow, heavy, bloated interpreted languages, so this is an *anti*-framework written in a fast, lightweight, and *nim*ble compiled language.
## License:
This code is dedicated to the public domain, but is also made available under the terms of the 0-clause BSD license, as some jurisdictions do not recognize the public domain.
The terms of the 0-clause BSD license are thus:
```
Copyright (C) 2025 Christopher DeBoyPermission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted.THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```