---
title: "WorldWideWeb – Mobile - Отзывы, Доход и Загрузки приложения in Соединенные Штаты | Apple App Store"
description: "This app’s name is an homage to the world’s first web server. Back in 1989, Tim Berners-Lee started the web on his NeXT computer.  On that computer was an app named WorldWideWeb. This app was unique b"
---

# WorldWideWeb – Mobile — Соединенные Штаты
> A web server for developers

![WorldWideWeb App Icon](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/77/4c/8f/774c8f6c-ee1b-6245-90c8-4f0d0d04e72b/AppIcon-0-0-1x_U007emarketing-0-8-0-85-220.png/434x0w.png)

**Developer:** [The Iconfactory](https://apptail.io/ru/developer/the-iconfactory-reA) (Соединенные Штаты)
**Category:** Developer Tools
**Rating:** 4.6/5 (37 ratings)
**Price:** Free
**Bundle ID:** com.iconfactory.LocalhostMobile
**Store:** Apple App Store
**Country:** Соединенные Штаты
**Version:** 2.2 (released 2025-09-15)
**Original Release:** 2022-06-02
**Languages:** English

**App Store Link:** [Download on Apple App Store](https://apps.apple.com/us/app/app/id1623006812)
**AppTail Page:** [https://apptail.io/ru/app/worldwideweb-mobile-lWIb/united-states](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/united-states)

## WorldWideWeb Description
This app’s name is an homage to the world’s first web server. Back in 1989, Tim Berners-Lee started the web on his NeXT computer.

On that computer was an app named WorldWideWeb. This app was unique because it allowed his machine to edit and serve HTML documents. The app also used coding frameworks that were adopted by Apple after purchasing NeXT: they are being used right now to display what you’re reading.

Like that original app, this WorldWideWeb is a handy web development tool.

It’s designed for people who need to test things on their iPad or iPhone before moving the files onto a real web server like Apache or nginx. It also allows you to work in those increasingly rare moments where you don’t have a connection to the Internet. App developers can use this server to simulate and test APIs that their product uses.

FEATURES

WorldWideWeb does things differently than today’s production web servers:

• Automatic refresh — Watches your site and reloads browser when there are changes
• No caching — Every request gets a new response, no cache busters needed
• Easy to configure — Pick a folder and go
• Directory listings — A handy list of files whenever you hit a URL that doesn’t exist
• Bonjour support – Automatic DNS for easy access using devices on your local network
• REST support — Set default responses as JSON or XML for easy mocking of APIs
• No external dependencies — Completely standalone and doesn’t need other tools like Python or Ruby
• Built-in security — Runs completely in a sandbox, no access to data unless you allow it
• Powerful and lightweight – A small memory footprint with minimal CPU overhead
• No rocket science — Perfect for clients and other folks who are less technically inclined

## WorldWideWeb Screenshots
- [Screenshot 1](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource112/v4/50/c0/31/50c031c7-51c5-befb-4642-3afde504f909/b5f4173f-6d81-446e-b232-b22a6bf1e4b0_01.png/1284x2778.png)
- [Screenshot 2](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource112/v4/02/61/70/026170ca-9a15-060c-5583-618a552d55b1/d9da5e2e-72fb-4bf3-b438-2b963014bf86_02.png/1284x2778.png)
- [Screenshot 3](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/1a/4e/11/1a4e1151-888d-7539-df7c-052d6f91a9f0/70722bb3-4136-42e1-9bdd-44cc2e121cda_03.png/1284x2778.png)
- [Screenshot 4](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource112/v4/98/7e/a5/987ea5cf-5125-57f4-f6cc-636af5d4cf98/cb1f068d-08f1-4a51-b3bc-145a17dd4f22_04.png/1284x2778.png)
- [Screenshot 5](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource112/v4/8f/cf/4a/8fcf4a44-3bfb-f7a7-d475-ea04f1adce0a/5b3a0066-4990-4cf7-a0c0-ba5ddf91bd1f_05.png/1284x2778.png)
- [Screenshot 6](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/24/60/bd/2460bd52-b1f9-500d-c283-588bcc65a4a3/fda20bad-fab8-49b1-9149-05b02efda5f7_06.png/1284x2778.png)

## WorldWideWeb Rating Breakdown in Соединенные Штаты
- 5 stars: 30 (81%)
- 4 stars: 3 (8%)
- 3 stars: 2 (5%)
- 2 stars: 0 (0%)
- 1 stars: 2 (5%)

## WorldWideWeb Reviews in Соединенные Штаты

### ***** "Excellent local web server to test out javascript on mobile device!"
Thanks for creating this free excellent local web server to test out javascript that I&#039;ve created or downloaded from github. I&#039;m a novice javascript programmer and user on my iPad and usually use the web preview function of Textastic to run my projects locally. However, the World Wide Web server app runs my project with even more screen space and most similar to the actual rendering seen when I&#039;m connected to a website in the Safari browser. It is simple to use-- all I need to do is to choose the folder that contains my local webserver files (e.g. Textastic files or the standard files app on my iPad), tap on a button to start the browser, then one more button to actually open up a browser in full view. :-) :-) :-)
-- 987654321+, 2022-10-17

### ***** "unleash iPad run mini site locally via in Safari"
I needed to run a mini site of company documentation deployed as an HTML-based website offline and found that Safari for whatever reason Apple does not allow it to link  and load local resources just like your desktop macOS would do with Safari while developing a site and testing pages locally from your own drive.  To be more clear for those that did not have this experience yet even if you had a one page document as HTML with an external stylesheet this would not be loaded as called by the link in the source code of the page to the external style sheet simply in the same directories or folder on your iPad so this utility solves this problem being an Apple chose to make a problem.

Side note:  It appears they also have a desktop version of this web server utility that would also be great because Apple once again self-limited an awesome operating system and killed off the user selectable share option that used to turn on the Apache Web server underneath the pretty surface of that macOS. Apache is still on there but you need to know the procedure and how to edit the files to turn it on via the terminal. The desktop version of this app from what I can tell would save you from that annoyance.
-- onMacsince1992, 2022-07-21

### ***** "More than a toy"
Here’s what it feels like to drive out into the mountains with just an iPad and a Bluetooth keyboard, and to do some actual, real-life web development: it feels like freedom.
-- terceiro, 2022-06-03

### ***** "Love the idea!"
Def looking forward to tweaking my website from my iPad! But for some reason, Dropbox is grayed out in the Files folder picker. 🤔
-- (: ME :), 2022-06-03

[View all WorldWideWeb reviews and detailed analytics on AppTail](https://apptail.io/ru/account/signup?utm_campaign=ai-crawl&amp;utm_content=reviews)

## WorldWideWeb In-App Purchases
| Item | Price |
|------|-------|
| WorldWideWeb PRO | $9.99 |

## WorldWideWeb Store Rankings
| Chart | Country | Category | Rank |
|-------|---------|----------|------|
| Топ по доходу | Франция | Developer Tools | #33 |
| Топ бесплатных | Италия | Developer Tools | #90 |
| Топ бесплатных | Колумбия | Developer Tools | #114 |
| Топ бесплатных | Канада | Developer Tools | #116 |
| Топ бесплатных | Индонезия | Developer Tools | #129 |
| Топ бесплатных | Швейцария | Developer Tools | #135 |
| Топ бесплатных | Германия | Developer Tools | #164 |
| Топ бесплатных | Республика Корея | Developer Tools | #171 |
| Топ бесплатных | Бразилия | Developer Tools | #212 |
| Топ бесплатных | Нидерланды | Developer Tools | #213 |
| Топ бесплатных | Испания | Developer Tools | #221 |
| Топ бесплатных | Россия | Developer Tools | #225 |
| Топ бесплатных | Венгрия | Developer Tools | #238 |
| Топ бесплатных | Финляндия | Developer Tools | #238 |
| Топ бесплатных | Австрия | Developer Tools | #239 |
| Топ бесплатных | Соединенные Штаты | Developer Tools | #259 |
| Топ бесплатных | Бельгия | Developer Tools | #269 |
| Топ бесплатных | Беларусь | Developer Tools | #273 |
| Топ бесплатных | Япония | Developer Tools | #273 |
| Топ бесплатных | Швеция | Developer Tools | #274 |
| Топ бесплатных | Норвегия | Developer Tools | #274 |
| Топ бесплатных | Ирландия | Developer Tools | #279 |
| Топ бесплатных | Чехия | Developer Tools | #288 |
| Топ бесплатных | Австралия | Developer Tools | #299 |
| Топ бесплатных | Мексика | Developer Tools | #302 |
| Топ бесплатных | Великобритания | Developer Tools | #308 |
| Топ бесплатных | Турция | Developer Tools | #319 |
| Топ бесплатных | Нигерия | Developer Tools | #325 |
| Топ бесплатных | Перу | Developer Tools | #335 |
| Топ бесплатных | ОАЭ | Developer Tools | #335 |
| Топ бесплатных | Греция | Developer Tools | #349 |
| Топ бесплатных | Ливан | Developer Tools | #350 |
| Топ бесплатных | Филиппины | Developer Tools | #359 |
| Топ бесплатных | Гонконг (САР) | Developer Tools | #359 |
| Топ бесплатных | Румыния | Developer Tools | #362 |
| Топ бесплатных | Азербайджан | Developer Tools | #362 |
| Топ бесплатных | Пакистан | Developer Tools | #375 |
| Топ бесплатных | Новая Зеландия | Developer Tools | #378 |
| Топ бесплатных | Дания | Developer Tools | #378 |
| Топ бесплатных | Польша | Developer Tools | #381 |
| Топ бесплатных | Чили | Developer Tools | #389 |
| Топ бесплатных | Аргентина | Developer Tools | #391 |
| Топ бесплатных | Португалия | Developer Tools | #410 |
| Топ бесплатных | Доминиканская Республика | Developer Tools | #412 |
| Топ бесплатных | Израиль | Developer Tools | #424 |
| Топ бесплатных | Южно-Африканская Республика | Developer Tools | #436 |
| Топ бесплатных | Тайвань | Developer Tools | #437 |
| Топ бесплатных | Казахстан | Developer Tools | #438 |
| Топ бесплатных | Малайзия | Developer Tools | #445 |
| Топ бесплатных | Таиланд | Developer Tools | #447 |
| Топ бесплатных | Украина | Developer Tools | #452 |
| Топ бесплатных | Кувейт | Developer Tools | #476 |
| Топ бесплатных | Сингапур | Developer Tools | #480 |
| Топ бесплатных | Египет | Developer Tools | #482 |

## WorldWideWeb Discovered Keywords
- mobile
- ml
- http server
- worldwide
- mobil

## Apps Similar to WorldWideWeb
- [Runestone Text Editor](https://apptail.io/ru/app/runestone-text-editor-TMx/united-states)
- [phpwin](https://apptail.io/ru/app/phpwin-vyH/united-states)
- [La Terminal: Mosh &amp; SSH Client](https://apptail.io/ru/app/la-terminal-mosh-ssh-client-RUIb/united-states)
- [JellyCuts](https://apptail.io/ru/app/jellycuts-fvTc/united-states)
- [SQL Server Mobile Client](https://apptail.io/ru/app/sql-server-mobile-client-UnCd/united-states)
- [Server: Host Files Locally](https://apptail.io/ru/app/server-host-files-locally-ZNLe/united-states)
- [CRUD Client](https://apptail.io/ru/app/crud-client-hYGj/united-states)
- [Source Files: Git Storage](https://apptail.io/ru/app/source-files-git-storage-NpPn/united-states)
- [Supersonic App](https://apptail.io/ru/app/supersonic-app-bGmo/united-states)
- [Prompt 3](https://apptail.io/ru/app/prompt-3-mMZo/united-states)

## WorldWideWeb Available In
- [Соединенные Штаты](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/united-states)
- [Великобритания](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/united-kingdom)
- [Германия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/germany)
- [Канада](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/canada)
- [Япония](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/japan)
- [Китай](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/china)
- [Австрия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/austria)
- [Саудовская Аравия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/saudi-arabia)
- [Нидерланды](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/netherlands)
- [Испания](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/spain)
- [Мексика](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/mexico)
- [Вьетнам](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/vietnam)
- [Норвегия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/norway)
- [Республика Корея](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/south-korea)
- [Тайвань](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/taiwan)
- [Бельгия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/belgium)
- [Швеция](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/sweden)
- [Франция](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/france)
- [Швейцария](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/switzerland)
- [Словакия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/slovakia)
- [Финляндия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/finland)
- [Гана](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/ghana)
- [Греция](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/greece)
- [Гонконг (САР)](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/hong-kong)
- [Хорватия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/croatia)
- [Венгрия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/hungary)
- [Индонезия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/indonesia)
- [Ирландия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/ireland)
- [Израиль](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/israel)
- [Индия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/india)
- [Исландия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/iceland)
- [Италия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/italy)
- [Кения](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/kenya)
- [Кувейт](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/kuwait)
- [Казахстан](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/kazakhstan)
- [Ливан](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/lebanon)
- [Шри-Ланка](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/sri-lanka)
- [Литва](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/lithuania)
- [Люксембург](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/luxembourg)
- [Латвия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/latvia)
- [Мадагаскар](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/madagascar)
- [Северная Македония](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/north-macedonia)
- [Мали](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/mali)
- [Мальта](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/malta)
- [Малайзия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/malaysia)
- [Нигерия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/nigeria)
- [Непал](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/nepal)
- [Новая Зеландия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/new-zealand)
- [Перу](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/peru)
- [Филиппины](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/philippines)
- [Пакистан](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/pakistan)
- [Польша](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/poland)
- [Португалия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/portugal)
- [Румыния](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/romania)
- [Россия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/russia)
- [Сингапур](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/singapore)
- [Словения](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/slovenia)
- [Сенегал](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/senegal)
- [Таиланд](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/thailand)
- [Тунис](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/tunisia)
- [Турция](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/turkey)
- [Украина](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/ukraine)
- [Узбекистан](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/uzbekistan)
- [ОАЭ](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/united-arab-emirates)
- [Южно-Африканская Республика](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/south-africa)
- [Армения](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/armenia)
- [Аргентина](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/argentina)
- [Австралия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/australia)
- [Азербайджан](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/azerbaijan)
- [Болгария](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/bulgaria)
- [Бахрейн](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/bahrain)
- [Бруней](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/brunei)
- [Бразилия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/brazil)
- [Беларусь](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/belarus)
- [Чили](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/chile)
- [Колумбия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/colombia)
- [Кипр](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/cyprus)
- [Чехия](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/czechia)
- [Дания](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/denmark)
- [Доминиканская Республика](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/dominican-republic)
- [Алжир](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/algeria)
- [Эквадор](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/ecuador)
- [Эстония](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/estonia)
- [Египет](https://apptail.io/ru/app/worldwideweb-mobile-lWIb/egypt)

---

## About AppTail

[AppTail](https://apptail.io/ru) is a mobile app intelligence platform providing app analytics, ASO (App Store Optimization) tools, keyword tracking, competitor analysis, revenue estimates, and review monitoring for iOS App Store apps. Track your app's performance, discover ranking keywords, monitor competitors, and analyze market trends.

- [Search Apps](https://apptail.io/ru)
- [Top Charts](https://apptail.io/ru/top-iphone-apps)
- [Sign Up for Full Access](https://apptail.io/ru/account/signup?utm_campaign=ai-crawl&amp;utm_content=footer)

*Data provided by [AppTail](https://apptail.io/ru) - Mobile App Intelligence Platform*
