Live data from Hacker News

Show HN: WordPress Running on .Net Core

wpdotnet.com

1–8 of 8 posts

Re: Show HN: WordPress Running on .Net Core

#2
We were so busy wondering if we could do it we never stopped to ask if we should.

In all seriousness, this compiler looks incredibly well-made! It's quite an achievement to be able to successfully compile WordPress, so props for that. Are there any known limitations to e.g. plugins that can't be compiled? Are other frameworks like Laravel or Symphony able to be compiled to .NET?

What was the motivation behind the compiler? A legacy PHP app being moved to a .NET team?

Re: Show HN: WordPress Running on .Net Core

#3
> WpDotNet distributes your application without the need to have the original source code on the server. This is both more secure and allows you to sell or distribute your application without revealing the sources.

Is the last sentence there allowed by the WP license?

Re: Show HN: WordPress Running on .Net Core

#5
post #3

> WpDotNet distributes your application without the need to have the original source code on the server. This is both more secure and allows you to sell or distribute your application without revealing the sources. Is the last sentence there allowed by the WP license?

Maybe it should be rephrased, but if you just want to setup WordPress on your server, the sources to WordPress and all plugins are still available in the original format somewhere, but they're not sitting on your server.

Re: Show HN: WordPress Running on .Net Core

#6
post #2

We were so busy wondering if we could do it we never stopped to ask if we should. In all seriousness, this compiler looks incredibly well-made! It's quite an achievement to be able to successfully compile WordPress, so props for that. Are there any known limitations to e.g. plugins that can't be compiled? Are other frameworks like Laravel or Symphony able to be compiled to .NET? What was the motivation behind the com…

There are plugins that can't be compiled yet, but otherwise no limitations, unless a plugin requires you to change the PHP source code while the site is live. This isn't allowed in wpdotnet due to security reasons.

Laravel is quite close to being run, Symfony should follow soon after. Mediawiki is already tested and runs.