datapile uses Spring
Spring is another gift rained down by the gods of Open Source Software (a.k.a. Pivotal Labs in this particular case) that just makes sense on all levels.
From Spring Boot, to SpringMVC, the configuration architecture & profile paradigm, Spring Cloud expandability, to the ease with which one can deploy Spring applets as microservices within Docker is an absolute joy.
datapile uses Play
Play is a central framework/component/library (not sure what to call things these days) in Scala. We <3 Scala, and therefore we <3 Play.
Play is on of several frameworks we are prototyping and vetting for various public-facing websites, and may ultimately be the framework behind the main datapile.io website.
MOKA Analytics uses Django
Django takes the hassle out of building an enterprise web application using Python.
jegesh uses Django
Our backend was written in Django. We took advantage of the ready-to-go admin interface as a go-to solution for the client to be able to authorize his users, as well as other functionality, while most of the work was done through the Django Rest Framework.
blairg23 uses Django
Hands down the best Python web framework I've used. Very easy to extend and add apps and go from 0 to full project quickly and painlessly. I built a fully authenticated project with a single endpoint in less than 30 minutes.
giovannicandido uses Spring
The core of the application use Spring Stack, to provide services and structure like:
rkdgusrnrlrl uses Spring
๊ทธ๋ฅ ๊ฐ๋จํ MVC ์น ํ๋ ์ ์ํฌ ์ธ์ค ์์๋๋ฐ ์ ๋ง ๋ชจ๋ํ๊ฐ ์ ๋์๊ณ , ์ฌ์ฉํ๋ค๋ณด๋ฉด ๊ฐ๋ฐ์์๊ฒ ์ ๋ง ํธ๋ฆฌํ๊ฒ ๋ง๋ค์ด ๋์๋ค. vaildation ๋ถ๋ถ์ ๋ฐ๋ก ์ฒ๋ฆฌ ํ ์ ์๊ณ , ํ๋ผ๋ฏธํฐ ๋ด๋ ๋ณ์์ ๋ํดํธ ๊ฐ์ ์ธ์๋ก ์ค์ ํด ์ฃผ๋ ๋ถ๋ถ๋ ์ฐธ ์ข์ ๊ฒ ๊ฐ๋ค. ๋ spring-data ๋ jpa ํ์ฉํด ๋น ๋ฅด๊ฒ ๊ฐ๋ฐํ๋๋ฐ ์ ์ฉํ๋ค.
rkdgusrnrlrl uses Django
์ ๋ง ํธ๋ฆฌํ๊ณ ๋ง์๊ฒ์ ์์์ ์ ๊ณตํด ์ฃผ๋ ํ๋ ์์ํฌ ์ด๋ค. ์ฑ ์ ์์ ๋ง ์งํํด์ ๋ง์ด ์จ๋ณด์ง๋ ๋ชปํ์ง๋ง, ์ฝ๊ฒ ์ฝ๊ฒ ์น์ ๊ฐ๋ฐ ํ ์ ์๋ ์ ์ด ๋งค๋ ฅ์ ์ด๋ค. ๊ฒ๋ค๊ฐ orm ์ด ๊ธฐ๋ณธ์ผ๋ก ๋ด์ฅ ๋์ด ์๊ณ db ๋ sqlite ๊ฐ ๊ธฐ๋ณธ์ผ๋ก ๋์ด์์ด. ๊ทธ๋ฅ django ๋ง ์ค์นํ๋ฉด ๋ฐ๋ก ์น๊ฐ๋ฐ์ด ๊ฐ๋ฅํ๋ค.
yevgnenll uses Django
django๋ ์ ์ ๋ฌด๊ธฐ์ ๋๋ค.
django ์ด์ธ์ flask๋ก ๊ฐ๋จํ restful api๋ฅผ ๋ง๋ค๋ฉด์ ๋๋์ ์ framework ๋ณด๋ค ์ธ์ด๊ฐ ์ค์ํ๋ค๋๊ฒ์ ์์๊ณ django๊ฐ ์ผ๋ง๋ ํฐ framework์ธ์ง ์๊ฒ๋์์ต๋๋ค.
์ ๋ signal ์ฌ์ฉ์ ์ข์ํฉ๋๋ค.
elo80ka uses Play
I used Play to build a configuration UI for the service, which let you create and manage the menus (a hierarchical tree of options and actions).
ByeongGi uses Spring
๊ณตํต ๋ก์ง ๊ตฌํ ๋ฐ ๋ณด์ ์ฒ๋ฆฌ ๊ฐ๋ฅ
Spring5์์ ์ง์ํ๋ ํจ์ํ ํ๋ก๊ทธ๋๋ฐ ๊ฒฝํ ์์
ralic uses Spring
Used Spring Boot and its ORM to interacting with database server for web application development.