willpowell8 / LocalizationKit_iOS

Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac)
https://www.localizationkit.com/app/
MIT License
1.23k stars 79 forks source link

Server side code #1

Closed MarioIannotta closed 7 years ago

MarioIannotta commented 7 years ago

Hi, this is a really cool work! Are you going to release the server side code too? Thanks.

haemi commented 7 years ago

would be great because of ATS; or move the server to https in case  disables ATS...

willpowell8 commented 7 years ago

Thanks for the comments. I have moved the system over to https so it should work without ATS exclusion. I am working on the server side code and UI, the version I have built for https://www.localizationkit.com/app is working against a serverless architecture so it gives global scalability with datacenter replication and low latency regardless of users. However I am working on getting a version that can be self hosted. Im looking to support Mysql, Sqlite, MSSql and PostgreSQL as the database. @MarioIannotta and @haemi what are your server stacks you use?

TripwireNL commented 7 years ago

I'm also very interested in the Server side code!

MarioIannotta commented 7 years ago

@willpowell8 currently I'm using a LAMP stack.

willpowell8 commented 7 years ago

Will update the project when this is released