cordova-httpd
Embed tiny web server into Cordova with a plugin
File Explorer
Download Latest Version (.zip)- AndroidFile.java
- CorHttpd.java
- NanoHTTPD.java
- WebServer.java
- DDData.h
- DDData.m
- DDNumber.h
- DDNumber.m
- DDRange.h
- DDRange.m
- MultipartFormDataParser.h
- MultipartFormDataParser.m
- MultipartMessageHeader.h
- MultipartMessageHeader.m
- MultipartMessageHeaderField.h
- MultipartMessageHeaderField.m
- HTTPAsyncFileResponse.h
- HTTPAsyncFileResponse.m
- HTTPDataResponse.h
- HTTPDataResponse.m
- HTTPDynamicFileResponse.h
- HTTPDynamicFileResponse.m
- HTTPErrorResponse.h
- HTTPErrorResponse.m
- HTTPFileResponse.h
- HTTPFileResponse.m
- HTTPRedirectResponse.h
- HTTPRedirectResponse.m
- About.txt
- GCDAsyncSocket.h
- GCDAsyncSocket.m
- ContextFilterLogFormatter.h
- ContextFilterLogFormatter.m
- DispatchQueueLogFormatter.h
- DispatchQueueLogFormatter.m
- README.txt
- About.txt
- DDAbstractDatabaseLogger.h
- DDAbstractDatabaseLogger.m
- DDASLLogger.h
- DDASLLogger.m
- DDFileLogger.h
- DDFileLogger.m
- DDLog.h
- DDLog.m
- DDTTYLogger.h
- DDTTYLogger.m
- HTTPAuthenticationRequest.h
- HTTPAuthenticationRequest.m
- HTTPConnection.h
- HTTPConnection.m
- HTTPLogging.h
- HTTPMessage.h
- HTTPMessage.m
- HTTPResponse.h
- HTTPServer.h
- HTTPServer.m
- LICENSE.txt
- WebSocket.h
- WebSocket.m
- CorHttpd.m
- index.html
- index.html
- CorHttpd.js
- index.html
- .gitignore
- .project
- package.json
- plugin.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/floatinghotpot/cordova-httpd
Downloads the entire project code from GitHub to your computer.
cd cordova-httpd
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
