StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. ciboulette.net
ciboulette.net logo

ciboulette.net

Verified

French only SAAS to help vegetable farmers sell their produce by email

ciboulette.net
22
Tools
1
Decisions
0
Followers

Tech Stack

Application & Data

7 tools

CloudFlare logo
CloudFlare
Node.js logo
Node.js
express logo
express
JavaScript logo
JavaScript
CSS 3 logo
CSS 3
popper.js logo
popper.js
i18next logo
i18next

Utilities

1 tool

Nexmo logo
Nexmo

DevOps

1 tool

StatusCake logo
StatusCake

Team Members

Renan LE CARO
Renan LE CAROFounder

Engineering Blog

Stack Decisions

Renan LE CARO
Renan LE CARO

Mar 4, 2021

Meteor lets you do a lot, very fast. The result is not as lightweight as a pure backend app sprinkled with JS, but it makes sense for the heaviest uis of your app. I use meteor for the backend of the app, where farmers list their products, clients, etc .. The data is allways up to date (real time data sync) and the UI is derived from that data, which makes state management very easy.

Express and other backend only frameworks are great for making lightweight, accessible and fast pages. I use it for the public facing forms, which are seen by ~100 times more people. They are basic, fast, light, and work without JS and on shaky connection. The client side interactions are coded in vanilla js, transpiled by babel.

6.48k views6.48k
Comments