Skip to content

A super tiny webserver written in KotlinNative

Notifications You must be signed in to change notification settings

uberto/picoServer

Repository files navigation

Sockets demo

based on the KotlinNative example EchoServer

To build use ../gradlew assemble.

To run use ../gradlew runReleaseExecutableEchoServer or execute the program directly:

./build/bin/picoServer/main/release/executable/picoServer.kexe 8080 &

Test the server by connecting to it with a browser

About

A super tiny webserver written in KotlinNative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages