Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 542 Bytes

Button

This is a dumb website that lets you press a button and tells you how many people are currently also pressing that button.

https://button.zachwal.sh

big red button

How does it work

  • ktor - kotlin-native webserver
  • web sockets
  • coroutines
    • turns out coroutines + web sockets is a really nice pattern

Why

  • I wanted to learn a bit more about the practical uses of coroutines for backend web dev
  • I wanted to play with web sockets a bit more
  • Also for https://github.com/suzannex