Closed gorkem closed 4 years ago
@gorkem @marcinczeczko Any interest in completing this PR? I am personally interested to see both what performance #s we would get as well as trying the concurrency aspect (as this is now configurable in our NodeJS runtime and is used by some downstream providers).
@mrutkows Unfortunately I will not be returning to this one anytime soon.
closing as stale
Removes com.sun.* dependency. By taking vert.x as the http server. Also starts looking into the manifest.mf to infer the main class name. Manifest.mf still needs work on other repositories to be used. see #14, #12
Update: Just noticed that I broke com.example.MyMain#methodName notation for defining main method. Will update with a fix.