elsaland / elsa

❄️ Elsa is a minimal runtime for JavaScript and TypeScript written in Go
MIT License
2.8k stars 62 forks source link

HTTP server module #51

Open talentlessguy opened 4 years ago

talentlessguy commented 4 years ago

Once an HTTP server will be ready I will be able to make an Elsa port of my web framework, so creating this issue to track the progress

littledivy commented 4 years ago

Thanks for opening an issue. We're currently working on implementing an http server #35

talentlessguy commented 4 years ago

@littledivy nice! with the issue it'll be a bit easier to track the progress ^_^

talentlessguy commented 4 years ago

Looks like it got implemented?

littledivy commented 3 years ago

Yes, it was added as Elsa.serve, but async interop with Quickjs is very poor atm so consider it to be unstable.