-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.11.1 | ||
0.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ git push origin $VERSION | |
|
||
# TODOs | ||
|
||
- cookies | ||
- cookies ? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
|
||
# Sharaf | ||
|
||
|
||
## Misc | ||
|
||
Why name "sharaf"? | ||
|
||
Šaraf means a "screw" in Bosnian, and it reminds me of scala spiral logo. | ||
|
||
--- | ||
|
||
## Why sharaf? | ||
|
||
**Simplicity and ease of use** is the main focus of sharaf. | ||
|
||
It is built on top of [undertow](https://undertow.io/). | ||
This means you can use some awesome libraries built for undertow, like [pac4j](https://github.com/pac4j/undertow-pac4j) for security and similar. | ||
Also, you can use undertow's lower level API, to implement WebSocket for example. | ||
Also, you can use undertow's lower level API, to use WebSockets for example. | ||
|
||
Sharaf bundles a set of libraries: | ||
- [querson](./querson) for query parameters | ||
- [hepek-components](https://github.com/sake92/hepek) for HTML (with [scalatags](https://github.com/com-lihaoyi/scalatags)) | ||
- [tupson](https://github.com/sake92/tupson) for JSON | ||
- [formson](./formson) for forms | ||
- [validson](./formson) for validation | ||
- [hepek-components](https://github.com/sake92/hepek) for HTML (with [scalatags](https://github.com/com-lihaoyi/scalatags)) | ||
|
||
There are a bunch of [examples](./examples) to get you started. | ||
|
||
## Misc | ||
|
||
Why name "sharaf"? | ||
|
||
Šaraf means a "screw" in Bosnian, which reminds me of scala spiral logo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters