https://github.com/yegor256/jare
Free and Instant Content Delivery Network (CDN)
https://github.com/yegor256/jare
aws-cloudfront cdn java webservice
Last synced: 6 months ago
JSON representation
Free and Instant Content Delivery Network (CDN)
- Host: GitHub
- URL: https://github.com/yegor256/jare
- Owner: yegor256
- License: mit
- Created: 2016-03-02T19:07:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:41:08.000Z (11 months ago)
- Last Synced: 2024-10-29T09:55:36.348Z (11 months ago)
- Topics: aws-cloudfront, cdn, java, webservice
- Language: Java
- Homepage: https://www.jare.io
- Size: 667 KB
- Stars: 140
- Watchers: 7
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.elegantobjects.org)
[](http://www.rultor.com/p/yegor256/jare)
[](https://www.jetbrains.com/idea/)[](https://github.com/yegor256/jare/actions/workflows/mvn.yml)
[](https://www.sixnines.io/h/c292)
[](http://www.0pdd.com/p?name=teamed/yegor256/jare)
[](https://hitsofcode.com/view/github/yegor256/jare)
[](https://codecov.io/gh/yegor256/jare)[www.jare.io](http://www.jare.io)
Lightweight Content Delivery Network (CDN)
More about it in this blog post:
[_Jare.io, an Instant and Free CDN_](http://www.yegor256.com/2016/03/30/jare-instant-free-cdn.html).## How to contribute
Fork repository, make changes, send us a pull request. We will review
your changes and apply them to the `master` branch shortly, provided
they don't violate our quality standards. To avoid frustration, before
sending us your pull request please run full Maven build:```
$ mvn clean install -Pqulice
```To avoid build errors use Maven 3.2+ and Java 8+.