web-frameworks icon indicating copy to clipboard operation
web-frameworks copied to clipboard

[Gleam] Add mist

Open whiplash opened this issue 10 months ago • 8 comments

I'd be great to have Gleam and mist /cc @rawhat

whiplash avatar Apr 15 '24 16:04 whiplash

Hello @whiplash,

I'm interested in fixing this issues. Please can you provide more details and explanation abour this issues ? It will really help me. Thank you very much !

Bakugo90 avatar Apr 16 '24 12:04 Bakugo90

Sure @Bakugo90,

The requirement is to have a simple implementation in a folder gleam/mist that reply to 3 routes :

  • “/“ and GET request - empty response
  • “/user” and POST - empty response
  • “/user/{id}” GET request - id in response

The gleam language is not yet present, so you might need to create a Dockerfile as well as a config.yaml file. Let's create a PR with this implementation, with your permission I'll add some dockerfiles ...

waghanza avatar Apr 16 '24 12:04 waghanza

Thanks @waghanza, I just gained more understanding through your explanation.

with your permission I'll add some dockerfiles ...

No problem for this, you can go ahead !

Bakugo90 avatar Apr 16 '24 12:04 Bakugo90

@Bakugo90 do you have any experience using Gleam?

whiplash avatar Apr 16 '24 12:04 whiplash

@whiplash,

Do you have any experience of using Gleam?

No, this is my first time hearing about it. As a newbie to open source, I'm eager to learn the things necessary to solve these issues.

Bakugo90 avatar Apr 16 '24 13:04 Bakugo90

hey @rawhat would you have some time for this?

whiplash avatar May 29 '24 16:05 whiplash

Probably not to do all the scaffolding and everything. The app itself seems simple enough, though.

rawhat avatar Jun 04 '24 22:06 rawhat

Thanks @rawhat could you contribute with "just" the code? O part of it? We'll work on the scaffolding and complete what's missing. It's fine if you don't have time, we thank you anyways. Keep up with the good work!

whiplash avatar Jun 27 '24 12:06 whiplash