All Projects → rgrove → Rawgit

rgrove / Rawgit

Licence: mit
Served files from raw.githubusercontent.com, but with the correct content types. No longer actively developed.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Rawgit

Cdn
Content Delivery Network on the top of MongoDb GridFs with on-the-fly image crop/resize
Stars: ✭ 117 (-95.01%)
Mutual labels:  cdn
Srs
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.
Stars: ✭ 16,734 (+613.91%)
Mutual labels:  cdn
Peardownloader.js
一个支持多协议、多源、混合P2P-CDN的下载器
Stars: ✭ 170 (-92.75%)
Mutual labels:  cdn
Cash
HTTP response caching for Koa. Supports Redis, in-memory store, and more!
Stars: ✭ 122 (-94.8%)
Mutual labels:  cdn
Packages
📦 Package configurations - The #1 free and open source CDN built to make life easier for developers.
Stars: ✭ 139 (-94.07%)
Mutual labels:  cdn
P2p Cdn Sdk Javascript
Free p2p cdn github javascript sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 158 (-93.26%)
Mutual labels:  cdn
Decentraleyes
This repository has a new home: https://git.synz.io/Synzvato/decentraleyes
Stars: ✭ 1,452 (-38.05%)
Mutual labels:  cdn
Cdn
CDN is a Just-in-time asset manipulation and delivery application, providing a complete content distribution/delivery solution
Stars: ✭ 192 (-91.81%)
Mutual labels:  cdn
P2p Cdn
WebTorrent CDN with graceful degradation
Stars: ✭ 139 (-94.07%)
Mutual labels:  cdn
Replacegooglecdn
♋ 一个 Chrome 插件:将 Google CDN 替换为国内的。
Stars: ✭ 2,400 (+2.39%)
Mutual labels:  cdn
Prcdns
准确、CDN友好
Stars: ✭ 126 (-94.62%)
Mutual labels:  cdn
Bootstrap.native
If you are looking for Bootstrap without jQuery, this is it.
Stars: ✭ 1,693 (-27.77%)
Mutual labels:  cdn
Sites Using Cloudflare
💔 Archived list of domains using Cloudflare DNS at the time of the CloudBleed announcement.
Stars: ✭ 1,914 (-18.34%)
Mutual labels:  cdn
Notebook
我的技术笔记本~
Stars: ✭ 118 (-94.97%)
Mutual labels:  cdn
Media Server
A brpc-based server to host and proxy live streams
Stars: ✭ 175 (-92.53%)
Mutual labels:  cdn
Jare
Free and Instant Content Delivery Network (CDN)
Stars: ✭ 116 (-95.05%)
Mutual labels:  cdn
Nginxconfig.io
⚙️ NGINX config generator on steroids 💉
Stars: ✭ 14,983 (+539.21%)
Mutual labels:  cdn
Greendns
A nonpoisonous and CDN-friendly Recursive DNS Resolver
Stars: ✭ 193 (-91.77%)
Mutual labels:  cdn
Jquery.redirect
jQuery Redirect Plugin
Stars: ✭ 182 (-92.24%)
Mutual labels:  cdn
Terraform Aws Cloudfront S3 Cdn
Terraform module to easily provision CloudFront CDN backed by an S3 origin
Stars: ✭ 162 (-93.09%)
Mutual labels:  cdn

RawGit

This is the source code behind https://rawgit.com/.

Have questions about RawGit? See the FAQ.

Installing

  1. Install Node.js.

  2. Clone this git repo (fork it first if you plan to make changes).

    git clone git://github.com/rgrove/rawgit.git
    
  3. Install dependencies.

    cd rawgit && npm install
    
  4. Start the local server.

    npm start
    
  5. Browse to http://localhost:5000/ and you should see RawGit in action.

Running Tests

npm test

Contributing

Want to fix a bug? If it's something small, just send a pull request. If you want to add a new feature or make significant changes, please get in touch and ask if I'm interested before doing the work.

License

Copyright (c) 2018 Ryan Grove ([email protected]).

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].