All Projects → JavaneseOnline → JavaneseBackend

JavaneseOnline / JavaneseBackend

Licence: other
Javanese.online website back-end

Programming Languages

kotlin
9241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to JavaneseBackend

ktor-hexagonal-benchmark
a experimental ktor application using hexagonal architecture
Stars: ✭ 32 (+3.23%)
Mutual labels:  ktor
phpunit-documentation-russian
Russian Documentation for PHPUnit
Stars: ✭ 16 (-48.39%)
Mutual labels:  russian
libmorph
libmorph rus/ukr - fast & accurate morphological analyzer/analyses for Russian and Ukrainian
Stars: ✭ 16 (-48.39%)
Mutual labels:  russian
DolboNet
Русскоязычный чат-бот для Discord на архитектуре Transformer
Stars: ✭ 53 (+70.97%)
Mutual labels:  russian
kmpapp
👨‍💻 Kotlin Mobile Multiplatform App (Android & iOS). One Code To Rule Them All. MVVM, DI (Kodein), coroutines, livedata, ktor, serialization, mockk, detekt, ktlint, jacoco
Stars: ✭ 34 (+9.68%)
Mutual labels:  ktor
ufo-sightings-api
Sample GraphQL API Using Ktor and KGraphQL
Stars: ✭ 87 (+180.65%)
Mutual labels:  ktor
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+1170.97%)
Mutual labels:  russian
podcast
🦆 Выпуски подкаста Goose&Duck
Stars: ✭ 19 (-38.71%)
Mutual labels:  russian
FCH-TTS
A fast Text-to-Speech (TTS) model. Work well for English, Mandarin/Chinese, Japanese, Korean, Russian and Tibetan (so far). 快速语音合成模型,适用于英语、普通话/中文、日语、韩语、俄语和藏语(当前已测试)。
Stars: ✭ 154 (+396.77%)
Mutual labels:  russian
SynapseOS
SynapseOS - модульная операционная система на языке C.
Stars: ✭ 93 (+200%)
Mutual labels:  russian
nerus
Large silver standart Russian corpus with NER, morphology and syntax markup
Stars: ✭ 47 (+51.61%)
Mutual labels:  russian
kotlin-ktor-mysql-template
This example shows how to run Anychart library with Kotlin and MySQL.
Stars: ✭ 20 (-35.48%)
Mutual labels:  ktor
Ktor-OpenAPI-Generator
Ktor OpenAPI/Swagger 3 Generator
Stars: ✭ 203 (+554.84%)
Mutual labels:  ktor
Sheasy
This an Android App that helps you share/manage your files on your Android Device through a WebInterface in the Browser - Built with Ktor and Kotlin-React
Stars: ✭ 34 (+9.68%)
Mutual labels:  ktor
android-interview
Коллекция вопросов к собеседованию на позицию Android-разработчика на русском языке.
Stars: ✭ 74 (+138.71%)
Mutual labels:  russian
tv-maniac
Tv-Maniac is a Multiplatform app (Android & iOS) for viewing TV Shows from TMDB.
Stars: ✭ 55 (+77.42%)
Mutual labels:  ktor
kotlin-oauth2-server
Flexible OAuth2 server library. Support for multiple frameworks
Stars: ✭ 123 (+296.77%)
Mutual labels:  ktor
rutimeparser
Recognize date and time in russian text and return datetime.datetime.
Stars: ✭ 17 (-45.16%)
Mutual labels:  russian
react-challenge-sort-and-search
Первый выпуск React Challenge: сортировка и поиск данных
Stars: ✭ 22 (-29.03%)
Mutual labels:  russian
ComposeTodo
Sample project to play with Jetpack Compose on Android, Desktop and Web
Stars: ✭ 64 (+106.45%)
Mutual labels:  ktor

Javanese.Online website source code.

Stack:

  • JDK 13
  • Kotlin 1.4
  • Ktor — idiomatic web-framework by JetBrains
  • kwery — JDBC wrapper for Kotlin
  • kotlinx.html — fast template engine
  • SCSS
  • PostgreSQL

Running.

  • debug.
    • VM options: -Xss256K -Xms16M -Xmx32M -XX:+UnlockExperimentalVMOptions -XX:+TrustFinalNonStaticFields
    • program arguments: --single-thread
  • release. VM options: -Xss256K -Xms32M -XmxAsMuchAsYouCanGive -XX:+UnlockExperimentalVMOptions -XX:+TrustFinalNonStaticFields

You can find database structure in model package; database contents are not publicly available.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].