| StubbornJava/StubbornJava |
227 |
|
0 |
0 |
over 3 years ago |
0 |
|
56 |
mit |
Java |
| Unconventional Java code for building web servers / services without a framework. Think dropwizard but as a seed project instead of a framework. If this project had a theme it would be break the rules but be mindful of your decisions. |
| circe/circe-config |
120 |
|
9 |
23 |
over 2 years ago |
7 |
June 13, 2025 |
9 |
apache-2.0 |
Scala |
| Yet another Typesafe config Scala wrapper powered by circe |
| ing-bank/scruid |
103 |
|
0 |
0 |
almost 5 years ago |
1 |
June 07, 2021 |
8 |
apache-2.0 |
Scala |
| Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes. |
| doseofted/prim-rpc |
71 |
|
0 |
1 |
over 2 years ago |
18 |
November 12, 2023 |
4 |
apache-2.0 |
TypeScript |
| Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file handling, custom serialization, and more. |
| paulmillr/micro-web3 |
60 |
|
0 |
2 |
over 2 years ago |
4 |
September 27, 2023 |
1 |
mit |
TypeScript |
| Typesafe Web3 with minimum deps: call eth contracts directly from JS. Batteries included |
| cdiniz/slick-akka-http |
46 |
|
0 |
0 |
over 8 years ago |
0 |
|
0 |
apache-2.0 |
JavaScript |
| The Slick Akka Http is a very simple json rest api showing one way of using akka http with slick 3 library for database access. |
| swissmanu/spicery |
37 |
|
0 |
2 |
over 4 years ago |
12 |
November 07, 2021 |
4 |
mit |
TypeScript |
| Runtime type safety for JSON/untyped data. |
| puppetlabs/ruby-hocon |
34 |
|
632 |
10 |
over 2 years ago |
24 |
May 26, 2020 |
9 |
apache-2.0 |
Ruby |
| A Ruby port of the Typesafe Config library. |
| alickbass/SwiftyJSONModel |
30 |
|
0 |
0 |
about 8 years ago |
5 |
January 26, 2018 |
3 |
mit |
Swift |
| Better way to use SwiftyJSON with custom models |
| azutoolkit/schema |
29 |
|
0 |
0 |
almost 3 years ago |
0 |
|
0 |
mit |
Crystal |
| Schemas come to solve a simple problem. Sometimes we would like to have type-safe guarantee params when parsing HTTP parameters or Hash(String, String) for a request moreover; Schemas is to resolve precisely this problem with the added benefit of performing business rules validation to have the params adhere to a "business schema." |