Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Technologies

Marc Bollmann edited this page Jan 28, 2021 · 1 revision

Used Technologies

Frontend:

Nuxtjs is a client-side JavaScript web framework for building single-page web applications following the MVVM (model-view viewmodel) pattern, but it can also be used in multipage web pages for single sections.

CSS

Bulma is a free, open source CSS framework based on Flexbox and used by more than 200,000 developers.

Canvas

Fabric.js is a framework that makes it easy to work with HTML5 canvas element. It is an interactive object model on top of canvas element. It is also an SVG-to-canvas parser.

Backend:

Nestjs is a framework for building efficient, scalable server-side Node.js application. The framework uses progressive JavaScript and is built with TypeScript. It also combines elements of OOP (Object Oriented Programming), FP (Functional Programming) and FRP (Functional Reactive Programming).

Sockets

Socket.IO enables real-time, bidirectional and event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed.

Database

MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

Clone this wiki locally