Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pme123/scala-adapters
A simple framework to implement your server jobs - providing a standard UI-client to monitor and test them.
https://github.com/pme123/scala-adapters
binding-scala heroku playframework scala scala-fullstack semantic-ui
Last synced: about 2 months ago
JSON representation
A simple framework to implement your server jobs - providing a standard UI-client to monitor and test them.
- Host: GitHub
- URL: https://github.com/pme123/scala-adapters
- Owner: pme123
- License: apache-2.0
- Created: 2018-01-22T12:13:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:27:47.000Z (2 months ago)
- Last Synced: 2024-11-04T20:42:38.200Z (2 months ago)
- Topics: binding-scala, heroku, playframework, scala, scala-fullstack, semantic-ui
- Language: Scala
- Homepage: https://pme123.github.io/scala-adapters/
- Size: 27.9 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - pme123/scala-adapters - A simple framework to implement your server jobs - providing a standard UI-client to monitor and test them. (Scala)
README
# scala-adapters
[![Build Status](https://travis-ci.org/pme123/scala-adapters.svg?branch=master)](https://travis-ci.org/pme123/scala-adapters)
[![Coverage Status](https://coveralls.io/repos/github/pme123/scala-adapters/badge.svg?branch=master)](https://coveralls.io/github/pme123/scala-adapters?branch=master)
[![](https://jitpack.io/v/pme123/scala-adapters.svg)](https://jitpack.io/#pme123/scala-adapters)
[![Heroku](http://heroku-badge.herokuapp.com/?app=tranquil-reef-73468)](https://tranquil-reef-73468.herokuapp.com)An implementation of a web fullstack with Scala/Play on the server and ScalaJS/Binding.scala on the client.
Check the documentation: **[pme123.github.io/scala-adapters/](https://pme123.github.io/scala-adapters/)**
## Documentation
Run Demo app locally:
`sbt run -Dconfig.resource=demo.conf`Run Jekyll locally for working on the docs:
`cd PROJECT_DIR/docs`
`bundle exec jekyll serve --config _config.yml,_config.dev.yml`Create CHANGELOG:
Adjust version: `.github_changelog_generator`
`github_changelog_generator -u pme123 -p scala-adapters -t TOKEN`
Check here for the TOKEN: https://github.com/settings/tokens