https://github.com/ishankhare07/kotlin-web-server
a simple http server in kotlin
https://github.com/ishankhare07/kotlin-web-server
http http-server kotlin rest rest-api socket-server sockets
Last synced: 4 months ago
JSON representation
a simple http server in kotlin
- Host: GitHub
- URL: https://github.com/ishankhare07/kotlin-web-server
- Owner: ishankhare07
- License: mit
- Created: 2018-02-13T12:38:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T18:21:36.000Z (over 7 years ago)
- Last Synced: 2025-06-15T20:23:07.055Z (7 months ago)
- Topics: http, http-server, kotlin, rest, rest-api, socket-server, sockets
- Language: Kotlin
- Size: 939 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-web-server
a simple http server in kotlin
#### To run
1. compile with
```shell
$ kotlinc main.kt server -include-runtime -d main.jar
```
2. then run
```shell
$ java -jar main.jar
```