ozzyZig1994 / Twittor

Offline synchronization, offline mode and use of IndexDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twittor:

This is a small express server ready to run and serve the public folder on the web. It saves information in an IndexDB in the moment when there is no good internet connection so that once a good internet connection is established it synchronizes with our small server.

The node modules must be rebuilt with the command

npm install

Then, for production running

npm start

To run on development

npm run dev

About

Offline synchronization, offline mode and use of IndexDB


Languages

Language:JavaScript 41.9%Language:CSS 35.4%Language:HTML 22.7%