Skip to content

mpociot/titanium-webserver

 
 

Repository files navigation

webserver module

Description

This is a Titanium Mobile module for iOS (iPhone/iPad) that allows to have a built-in HTTP webserver inside your application.

Basic installation instructions

Please follow the guide available here.

Changelog

See here.

Accessing the dropbox Module

To access this module from JavaScript, you would do the following:

var webserver = require("com.0x82.webserver");

The webserver variable is a reference to the Module object.

Documentation

See here.

Usage

Please see the examples/app.js for a full app example.

Author

Ruben Fonseca, root (at) cpan (dot) org

You can also find me on github and on my blog

License

This module is licensed under the MIT License. Please see the LICENSE file for details

About

Embed HTTP server module for Titanium iOS applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 95.8%
  • C++ 2.2%
  • Python 1.4%
  • Other 0.6%