Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauben/real-time-gleam-chat
- Owner: GauBen
- Created: 2024-07-22T14:50:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:28:14.000Z (about 2 months ago)
- Last Synced: 2024-09-09T21:40:18.990Z (about 2 months ago)
- Language: Gleam
- Homepage: https://gautier.dev/articles/real-time-gleam-chat
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.