https://github.com/perty/lamdera-chat
A chat on the Lamdera platform
https://github.com/perty/lamdera-chat
Last synced: 2 months ago
JSON representation
A chat on the Lamdera platform
- Host: GitHub
- URL: https://github.com/perty/lamdera-chat
- Owner: perty
- Created: 2021-08-17T06:48:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T16:01:13.000Z (almost 5 years ago)
- Last Synced: 2025-12-26T13:46:18.917Z (6 months ago)
- Language: Elm
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A chat on the Lamdera platform
Lamdera is a platform that allows you to write both the frontend and
backend in Elm. It is multi-user, push to client and persistent
out of the box.
# Chat
A chat would be a good example to start trying out Lamdera.
The multi-user aspect is handled straight out of the box,
as said. But there will certainly be problems down the road.