Viir / Kalmit

Moved to https://github.com/elm-fullstack/elm-fullstack
MIT License
2 stars 0 forks source link
backend elm fullstack functional persistent-process webservices

This project has moved to https://github.com/elm-fullstack/elm-fullstack

Elm Full-Stack

In this repository, I share what I learn about building full-stack apps using the Elm programming language. This approach emerged out of the development of online multiplayer video games like DRTS.

In these applications, backend and frontend share an understanding of game mechanics and the game world. (Changes in these shared functionalities need to be synchronized between backend and frontend implementation.) Frontend and backend implementations use the same Elm modules for the common parts which need to be kept consistent. The tests run by elm-test also integrate backend and frontend for automated integration tests.

Common, non-application specific functionality is implemented in the Elm-fullstack framework. This includes:

For how to build from Elm code and configure optional features, see the guide on how to configure and deploy your Elm full-stack app.

CI Build Status

Platform Status
vs2017-win2016 Build Status Windows
ubuntu-16.04 Build Status Linux