GithubHelp home page GithubHelp logo

dioong / service-worker-wiki Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sandropaganotti-zz/service-worker-wiki

0.0 2.0 0.0 10 KB

A wiki engine built using service worker

License: MIT License

JavaScript 64.30% HTML 35.70%

service-worker-wiki's Introduction

Service Worker Wiki

Service Workers are basically like Shared Web Workers with some interesting extra abilities, one of them is that they can intercept all the http request leaving from all the documents of the same domain of the Service Worker itself.

This basically transform this technology in an awesome way to have a proxy between our document and the server, the main pourpose is, of course, to allow developers to design how the application should behave when there is no connectivity.

But there are other, maybe less conventional, ways to take advantage of this technology, one of them is shown here: a Wiki engine that leverage on the power of a Service Worker to allow the user to create their own pages.

This, is only a Proof-of-concept but it might be useful to better understand the dynamics, and the possibilities, of this technology.

Kudos to +jakearchibald for IndexedDB support.

Working Demo

You can experiment this POC here: https://sandropaganotti.github.io/service-worker-wiki/

service-worker-wiki's People

Contributors

jakearchibald avatar sandropaganotti avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.