Android based application that will run a web-server on an Android device (phone, tablet, etc...) for other web browser to connect to. This allows a multitude of other devices that can connect to it: Windows, Mac, Linux, ChromeOS, iOS, Android, basically anything with a modern web browser.
- One Android Phone or Tablet
- This will be the device that holds the data.
- One or more devices with a web browser
- Ideally these would be something a larger screen (13" or larger), a keyboard and a mouse. This is to help make data input easier.
- Bootstrap for the template
- backbone.js for the web app
- require.js for managing javascript modules
- Google Gson for parsing json on the server side
- NanoHTTPd for the web server