# On Device Web Server

DevFeed: [On Device Web Server](<https://devfeed.tech/articles/on-device-web-server-19422.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/on-device-web-server/>)

Author: Shai Almog

Published: 2018-08-27T00:00:00Z

Content type: article

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [servers](<https://devfeed.tech/topics/servers.md>), [Library](<https://devfeed.tech/topics/library.md>), [Android](<https://devfeed.tech/topics/android.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [code](<https://devfeed.tech/tags/code.md>), [library](<https://devfeed.tech/tags/library.md>), [server](<https://devfeed.tech/tags/server.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

The article introduces CN1Webserver, a Codename One library that runs a simple web server on a device. It describes local and remote connections, including use cases such as processing media through a local URL and supporting HTML/JavaScript code that requires server interaction.

## Source excerpt

I try to write about every new feature or capability we introduce but this isn't always possible. Tasks sometimes weigh me down and as they do so I sometimes find something that I totally neglected as it was released. Such is the case with the CN1Webserver library which we launched over 6 months ago. It got lost and in fact it came out during such a busy period I completely forgot about it.