https://github.com/codevendor/cannibal
An HTTP/2 web server written with 100% JavaScript for Nodejs. The web server can process html webpages with server side JavaScript. Has built in features for inlining JavaScript with html code. It has been built to support all HTTP/2 features like pushing and custom caching without cookies.
https://github.com/codevendor/cannibal
cannibal css html http http-server http2 javascript server web web-server webserver websites
Last synced: about 1 year ago
JSON representation
An HTTP/2 web server written with 100% JavaScript for Nodejs. The web server can process html webpages with server side JavaScript. Has built in features for inlining JavaScript with html code. It has been built to support all HTTP/2 features like pushing and custom caching without cookies.
- Host: GitHub
- URL: https://github.com/codevendor/cannibal
- Owner: Codevendor
- License: mit
- Created: 2023-03-04T19:55:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T07:47:58.000Z (over 2 years ago)
- Last Synced: 2025-02-08T04:09:17.707Z (about 1 year ago)
- Topics: cannibal, css, html, http, http-server, http2, javascript, server, web, web-server, webserver, websites
- Language: JavaScript
- Homepage: https://codevendor.com
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[cannibal]: https://github.com/Codevendor/cannibal/
[issues]: https://github.com/Codevendor/cannibal/issues
[docs]: https://github.com/Codevendor/cannibal/
# Cannibal Web Server
An `HTTP/2` web server written with 100% JavaScript for `Nodejs`. The web server can process html webpages with server side JavaScript. Has built in features for inlining JavaScript with html code. Supports all `HTTP/2` features like pushing and custom caching without cookies.
# Under Code Rewrite
This module is under rewrite and expected beta release date is May, 2023.
## License
Distributed under the **MIT** License. See `LICENSE.txt` for more information.
## Support
- [Documentation][docs] - Documentation for the **Cannibal**.
- [Issues][issues] - Direct all questions about the **Cannibal**
## Acknowledgments
* [Codevendor](https://codevendor.com) - Thanks to developer: **Adam Smith** for creating `Cannibal`.