Skip to content
kevin edited this page Mar 27, 2021 · 1 revision

Welcome to At.js

At.js is a javascript library(for backend). This library is basically for module bundling and managing, this simple library can be used in you node projects and your web-apps.

Lemme show you a lil demo:

HTML:

<script src="at.js" @provide="@all"></script>

JavaScript:

at.dom('body').html('Hello');

You must be wondering, what is that "@provide" attribute? and what is that "@all", well, first of all, the script's name is at/@. this is why most of stuff have @ with them. but we will get to that later...

Clone this wiki locally