Git Product home page Git Product logo

fernandocostagomes / android.embeddedserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nphausg/android.embeddedserver

0.0 0.0 0.0 6.65 MB

๐Ÿš€A minimal way to create HTTP server in android with Kotlin. Create asynchronous client and server applications. Anything from microservices to multiplatform HTTP client apps in a simple way. Open Source, free, and fun!

Home Page: https://medium.com/geekculture/android-embedded-server-with-ktor-26e7c576263d

License: MIT License

Shell 1.14% Kotlin 98.86%

android.embeddedserver's Introduction

๐Ÿค– Android Embedded Server

Build Status

-----------------------------------------------------

๐Ÿ‘‡ Overview

A minimal way to create HTTP server in android with Kotlin. Create asynchronous client and server applications. Anything from microservices to multiplatform HTTP client apps in a simple way. Open Source, free, and fun!

embeddedServer(Netty, PORT, watchPaths = emptyList()) {
            install(WebSockets)
            install(CallLogging)
            routing {
                get("/") {
                    call.respondText(
                        text = "Hello!! You are here in ${Build.MODEL}",
                        contentType = ContentType.Text.Plain
                    )
                }
            }
        }

๐Ÿš€ How to use

Cloning the repository into a local directory and checkout the desired branch:

git clone [email protected]:nphau/android.embeddedserver.git
cd android.embeddedserver
git checkout master

๐Ÿฒ Screenshots

โœจ Contributing

Please feel free to contact me or make a pull request.

๐Ÿ‘€ Author

Copyright (c) $today.year . All rights reserved.
Last modified $file.lastModified

android.embeddedserver's People

Contributors

hieuwu avatar nphausg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.