Home
Hey there! I go by the name wokki20, I'm a developer from the Netherlands.
I have made a few projects, but most of them are just for fun.
Every project I make, can be found on either my GitHub or on the Projects page, and does not require any payment to be used.
Here are some of my highlighted projects:
Wokki Chat
I wanted to make a Discord-like chatting platform, so I made one. It uses websockets for realtime communication. The backend is written in Python and PHP, and the frontend is written in HTML, CSS, and JavaScript. It currently runs locally on my Raspberry Pi 5.
View Project
Asseto Corsa Appstore
Some cars in the game Asseto Corsa have Android carplay, I wanted to make an appstore for it, it is not done yet, but it is in the works. It is actually just a webbrowser being loaded into an app. The app is written in lua, and the website is written in HTML, CSS, and JavaScript. But why did I choose lua, you might ask. Well the truth is, I didn't choose it, the Android Carplay is not actually Android, it is custom written for the game, in lua. So I just copied the browser app, changed a few things, and now its an appstore. Since its not done, there is no way to download it yet.