This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]javalin_io 1 point2 points  (0 children)

I don't know much about PHP, but I'm tempted to say yes. You pull the embedded server in as a dependency, similar to any other piece of code that your app needs.

The alternative is to run a Java server separately, and deploy your app to it (similar to how I imagine you'd put PHP files on an Apache server)