HOME
All Posts
Xtext on the Web - Part 4
19 APR 2020
This tutorial series will show you, how you can turn an Xtext project into a web application. In this part we will make our DSL web application abailable to the people in the world by setting up an NGINX reverse proxy.
Xtext on the Web - Part 3
12 APR 2020
This tutorial series will show you, how you can turn an Xtext project into a web application. In this part we will take the compiler of the Xtext project and will use it to run our DSL in the Browser.
Xtext on the Web - Part 2
5 APR 2020
This tutorial series will show you, how you can turn an Xtext project into a web application. In this part we will take the Xtext code editor and turn it into a Vue.js/Node.js project.
Xtext on the Web - Part 1
29 MAR 2020
Explaination on how to export the Xtext language server and code generator to build a web application, with which you can present your domain specific language (DSL).
A Simple Web Scraper with Email Notification
12 OCT 2019
How to implement a simple web scraper with notification functionality. A Node.js Project.