All Projects → axemclion → Conference

axemclion / Conference

A simple site for conference schedules

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Conference

Fakeindexeddb
A pure JS in-memory implementation of the IndexedDB API
Stars: ✭ 373 (+440.58%)
Mutual labels:  indexeddb
Nano Sql
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
Stars: ✭ 717 (+939.13%)
Mutual labels:  indexeddb
Sample React
Simple example of a to-do list for KaiOS devices
Stars: ✭ 39 (-43.48%)
Mutual labels:  indexeddb
Filer
Node-like file system for browsers
Stars: ✭ 389 (+463.77%)
Mutual labels:  indexeddb
Emoji Picker Element
A lightweight emoji picker for the modern web
Stars: ✭ 587 (+750.72%)
Mutual labels:  indexeddb
Indexeddbshim
A polyfill for IndexedDB using WebSql
Stars: ✭ 892 (+1192.75%)
Mutual labels:  indexeddb
Dsw
Dynamic Service Worker - making your offline Progressive Web Apps way easier
Stars: ✭ 277 (+301.45%)
Mutual labels:  indexeddb
Sklad
Promise-based API for IndexedDB
Stars: ✭ 45 (-34.78%)
Mutual labels:  indexeddb
Storage
Asynchronous browser storage with multiple back-ends (IndexedDB, WebSQL, localStorage)
Stars: ✭ 612 (+786.96%)
Mutual labels:  indexeddb
Cycle Idb
A cycle driver for IndexedDB.
Stars: ✭ 12 (-82.61%)
Mutual labels:  indexeddb
Jsstore
A complete IndexedDB wrapper with SQL like syntax.
Stars: ✭ 430 (+523.19%)
Mutual labels:  indexeddb
Angular Async Local Storage
Efficient local storage module for Angular apps and PWA: simple API + performance + Observables + validation
Stars: ✭ 539 (+681.16%)
Mutual labels:  indexeddb
Broadcast Channel
📡 BroadcastChannel to send data between different browser-tabs or nodejs-processes 📡
Stars: ✭ 843 (+1121.74%)
Mutual labels:  indexeddb
Localforage
💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
Stars: ✭ 19,840 (+28653.62%)
Mutual labels:  indexeddb
Fastonosql
FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
Stars: ✭ 1,001 (+1350.72%)
Mutual labels:  indexeddb
Logline
client-side frontend logger with multiple storagies
Stars: ✭ 366 (+430.43%)
Mutual labels:  indexeddb
Dexie.js
A Minimalistic Wrapper for IndexedDB
Stars: ✭ 7,337 (+10533.33%)
Mutual labels:  indexeddb
Yux Storage
yux-storage 是一个基于 HTML5 IndexedDB 封装的 Web 本地数据离线存储库
Stars: ✭ 64 (-7.25%)
Mutual labels:  indexeddb
Nanoidb
fun wrapper around IndexedDB
Stars: ✭ 44 (-36.23%)
Mutual labels:  indexeddb
Backboard
A Promise-based wrapper around IndexedDB with sane error and transaction handling
Stars: ✭ 11 (-84.06%)
Mutual labels:  indexeddb

Conference

An application to fight the flaky internet connections at conferences. More information at the blog post or this demo video

<iframe width="640" height="360" src="https://www.youtube.com/embed/4eFPTnMbMDM?list=UU6J8UILu9omULlPQqXvL0Dw" frameborder="0" allowfullscreen></iframe>

Building

The application is a set of static HTML, Javascript and Less files. Grunt compiles, converts, concats and makes them available in a servable format.

Requirements

Development

Run npm install to install all the dependencies required for building the project. Then run grunt to copy relevant files, start the development server and CORS server.

Deployment

This application is currently deployed on github pages. Simply copy the dist folder and host it on any web server.

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].