All Projects â†’ gleam-lang â†’ example-echo-server

gleam-lang / example-echo-server

Licence: Apache-2.0 license
🔗 An example Gleam web application

Programming Languages

Gleam
7 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to example-echo-server

typeorm-example
Example Web API for TypeORM + TypeDI + routing-controllers
Stars: ✭ 27 (-54.24%)
Mutual labels:  example, web-application
gleam compile
Tiny hex package to make the development experience of using gleam in elixir (and especially phoenix projects) better.
Stars: ✭ 29 (-50.85%)
Mutual labels:  gleam
scala-basic-skeleton
Starting point if you want to bootstrap a project in Scala
Stars: ✭ 16 (-72.88%)
Mutual labels:  example
ionic-truncated-slider-cards
Customized slider component to achieve a fancy horizontal truncated slider, basically for short list of cards
Stars: ✭ 19 (-67.8%)
Mutual labels:  example
Faraday-Software
Faraday node software
Stars: ✭ 41 (-30.51%)
Mutual labels:  web-application
ifconfig.top
Source code of ifconfig.top website
Stars: ✭ 19 (-67.8%)
Mutual labels:  example
factorio-example-mod
Lightweight modular example mod with various features and compatibilities
Stars: ✭ 15 (-74.58%)
Mutual labels:  example
web-fuzz-wordlists
Common Web Managers Fuzz Wordlists
Stars: ✭ 137 (+132.2%)
Mutual labels:  web-application
cowboy
🤠 A Gleam HTTP service adapter for the Cowboy web server
Stars: ✭ 24 (-59.32%)
Mutual labels:  gleam
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (-23.73%)
Mutual labels:  example
bKash-payment-gateway-web-demo
bKash payment gateway API integration documentation for web.
Stars: ✭ 74 (+25.42%)
Mutual labels:  example
workshop-todo-dapp
A workshop into adding realtime collaboration in a typical To-do app
Stars: ✭ 29 (-50.85%)
Mutual labels:  example
flutter-animations
medium.com/flutter-jp/implicit-animation-b9d4b7358c28
Stars: ✭ 37 (-37.29%)
Mutual labels:  example
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+50.85%)
Mutual labels:  example
java-basic-skeleton
☕🚀 Java Bootstrap: Skeleton for your new projects
Stars: ✭ 37 (-37.29%)
Mutual labels:  example
line-fido2-server
FIDO2(WebAuthn) server officially certified by FIDO Alliance and Relying Party examples.
Stars: ✭ 350 (+493.22%)
Mutual labels:  example
flask-nginx-tutorial
Basic connection of flask and nginx via docker-compose
Stars: ✭ 24 (-59.32%)
Mutual labels:  example
Discord.Net-Example
Discord.Net Example bots
Stars: ✭ 104 (+76.27%)
Mutual labels:  example
fastify-example
Example webapp with Fastify
Stars: ✭ 18 (-69.49%)
Mutual labels:  example
omnilingo
Listening-based language learning
Stars: ✭ 31 (-47.46%)
Mutual labels:  web-application

Echo

A tiny echo server written in Gleam! It'll reply with any body posted to /echo.

More importantly it's also an example web application written in the Gleam programming language!

Run

# Start the web server locally
gleam run

# Send a request to the server
curl -X POST -d "Hello, Gleam!" http://localhost:3000/echo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].