codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
108 stars 30 forks source link

First test for swift language #146

Closed bobvoorneveld closed 4 months ago

bobvoorneveld commented 4 months ago

This is my first attempt to try to get swift working for the redis challenge.

It includes a simple echo server at the moment as a test to see if the whole docker flow it working. Please let me know if this is the right first step towards supporting swift.

I've added Swift-NIO as the only dependency for the project, as I think this should be the way to listen to tcp/ip connections in swift.

The previous attempt also included this as a dependency.