-
Notifications
You must be signed in to change notification settings - Fork 53
Home
willscott edited this page Sep 19, 2014
·
56 revisions
freedom.js is a framework for building peer-to-peer (P2P) web apps. freedom.js makes it easy to quickly create social interactive applications that instantly work in modern web browsers, Chrome packaged apps, Firefox extensions (coming soon), node.js, and native mobile apps (coming soon). Because freedom.js apps are just JavaScript, they can be distributed as packages on an app store or hosted on static web servers. We're bringing peer-to-peer back, baby.
- [Overview] (wiki/Overview)
- [Applications] (wiki/Applications)
- [Research] (wiki/Research)
- [Who We Are] (wiki/Who-We-Are)
- [FAQ] (wiki/FAQ)
- [Getting Started] (wiki/Tutorial:-Getting-Started)
- [Declaring Your First Module] (wiki/Tutorial:-First-Module)
- [Message Passing] (wiki/Tutorial:-Message-Passing)
- [Module Dependencies] (wiki/Tutorial:-Module-Dependencies)
- [Storage API] (wiki/Tutorial:-Storage-API)
- [Social API] (wiki/Tutorial:-Social-API)
- [Transport API] (wiki/Tutorial:-Transport-API)
- [View API] (wiki/Tutorial:-View-API)
- [Using your app in other environments] (wiki/Tutorial:-Cross-Platform) - e.g. node.js, Firefox/Chrome extensions, mobile
- [Write your own API provider] (wiki/Tutorial:-Custom-Provider)
- [Common Issues] (wiki/Common-Issues)
- Existing API Providers
- [Manifest Format] (wiki/Manifest-Files)
- [freedom.js API] (wiki/FreeDOM-Code-Reference)
- [Debugging] (wiki/Debugging)
- [Testing providers] (wiki/Provider-Testing)
- [Logging] (wiki/Logging)
- [freedom.js structure] (wiki/freedom-structure)
- [Working on freedom.js] (wiki/Compiling-freedom.js)
- [Publishing freedom.js] (wiki/publishing)