Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taigrr/catserver
Go server to serve concatenated files. Helpful for old-fashioned web development.
https://github.com/taigrr/catserver
cat css golang html unix webdev
Last synced: 1 day ago
JSON representation
Go server to serve concatenated files. Helpful for old-fashioned web development.
- Host: GitHub
- URL: https://github.com/taigrr/catserver
- Owner: taigrr
- Created: 2020-06-21T10:58:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T02:34:36.000Z (almost 4 years ago)
- Last Synced: 2024-05-17T00:30:12.728Z (8 months ago)
- Topics: cat, css, golang, html, unix, webdev
- Language: Go
- Homepage: https://concatserver.org
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# catserver
Go server to serve concatenated files. Helpful for old-fashioned web development.This project is meant to compile down to one binary which does one thing and does it well, following the Unix philosophy.
The goal is to offer a simpler alternative to one feature offered by GulpJS, Webpack, etc., namely, concatenating files and serving the result.
Please note this project is in rapid-development mode.
Issues are welcome, but may be ignored at first as there is a core set of features which must work first.
Since project development time is expected to be short, documentation will lag behind.