Coder Social home page Coder Social logo

incredibleweb / progressive-web-chat Goto Github PK

View Code? Open in Web Editor NEW
40.0 6.0 31.0 387 KB

Sample chat application that runs as a Progressive Web App

Home Page: https://www.incredible-web.com/blog/progressive-web-apps/

License: MIT License

CSS 25.58% JavaScript 68.45% HTML 5.97%

progressive-web-chat's Introduction

Progressive-Web-Chat

A demo chat application that runs as a Progressive Web App using Service Workers, IndexedDB, PushAPI and manifest.json.

Service Workers

Service workers are a new browser feature that provide event-driven scripts that run independently of web pages. Unlike other workers, service workers can be shut down at the end of events, note the lack of retained references from documents, and they have access to domain-wide events such as network fetches.

Manifest

The manifest is a JSON file which is placed in the root directory of a web application. Through the manifest, it is possible to create an installable web application and receive push notifications.

PushApi

Push notifications are the envy of web developers when comparing web apps to mobile apps. A study by Localytics shows that app retention is doubled for push-enabled mobile apps and increased by 278% for e-commerce apps,, making them the key feature for getting users back to your app.

Demo

Demo: https://www.incredible-web.com/demo/progressivewebchat

If you would like to contribute, we have an updated list of issues.

To read more, please head over to our blog.

progressive-web-chat's People

Contributors

kevinfarrugia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

progressive-web-chat's Issues

Send button (grey-out)

Hello,

i have installed the app in my local web-server.
The send button is seemed to be disable? Am i missing a step through the installation or something

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.