Skip to content

gardenofwine/better-content-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterContent Server and Web Client

Dead simple webpage to edit any iOS app in runtime:

Demo

Work in progress.

Installation

  • install node
  • clone this repository
  • run npm install to install all the project's dependancies

Running locally

The Native Client

In order too see anything in the browser (after you run it) you need an iOS native app that communicates with the server. By default, an iOS app with BetterContent installed communicates with the public server instance. If you want to run the native app against your local server, edit the server host in your xcode project by editing BTCConstants.h

Implementation details

This repository contains the code for:

  1. The server coordinating between an iOS BetterContent enabled application to the BetterContent web application. (Communication is done via einaros/ws WebSockets implementation.)
  2. The BetterContent web application.

Running on Heroku

heroku create
git push heroku master
heroku open

TODOS

  1. Support text areas (refactor UIView handling)
  2. Support multiple dimension iOS (iPads, iPhone5, iPhone6)
  3. Create an Heroku template for easy cloning.
  4. Add all licenses of used libraries: bootstrap, node, jade, gulp, websockets (ws)

Copyright

Copyright (c) 2014-2015 Benny Weingarten-Gabbay.

MIT License. See LICENSE for details.

About

Edit iOS application content on the fly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • HTML 14.1%
  • CSS 9.4%