Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauben/real-time-gleam-chat

A simple real-time chat built in Gleam
https://github.com/gauben/real-time-gleam-chat

Last synced: 27 days ago
JSON representation

A simple real-time chat built in Gleam

Awesome Lists containing this project

README

        

# Real-Time Gleam Chat

> [!NOTE]
> This is the repository associated to the article [Building a real-time chat in Gleam](https://gautier.dev/articles/real-time-gleam-chat).

Start the server with `gleam run` and that's it! ✨

To build a production artifact, run `gleam run -m gleescript`.