Hacker News new | ask | show | jobs
by mauerbac 3347 days ago
Hello!

I work at Optimizely so happy to answer any questions about our tools. We have a solution for the Web, as well as developer SDKs to A/B test in code.

You could also look into open source tools like Facebook's Planout: https://github.com/facebook/planout.

1 comments

Thanks! One thing that is unclear is that you seem to have to create a project based on a language/toolset. Can you use that same project using different client sdks?

If I want to use the same project across both front-end and back-end, should I be choosing javascript or C#? Does it matter?

Good question -- If you create a single SDK project, you can use any of the SDKs. Use the C# SDK on the backend and JS SDK to track client-side events. Feel free to reach out with more questions.