Drab – An Elixir server-side alternative to JavaScript front ends

Drab is the extension library to Phoenix Framework for providing an access to the browser’s User Interface (DOM objects) from the server side. The main advantage is to eliminate necessity of writing two applications: one for the client-side, and one for t… Read more

Similar

JavaScript Style Sheets

JavaScript Style Sheets (JSSS) was a stylesheet language technology proposed by Netscape Communications Corporation in 1996 to provide facilities for defining the presentation of webpages.[1] It was an alternative to the Cascading Style Sheets (CSS) techn... (more…)

Read more »

Casual Parsing in JavaScript

Over the last year and a half I've gotten really into writing parsers and parser-adjacent things like interpreters, transpilers, etc. I've done most of these projects in JavaScript, and I've settled into a nice little pattern that I re-use across projects... (more…)

Read more »