An open API service indexing awesome lists of open source software.

https://github.com/fries-byte/xtralib

xtralib is a libaray for JavaScript and TypeScript to make stuff easier and simpler for JS or TS projects
https://github.com/fries-byte/xtralib

Last synced: about 1 year ago
JSON representation

xtralib is a libaray for JavaScript and TypeScript to make stuff easier and simpler for JS or TS projects

Awesome Lists containing this project

README

          

# server library

The host library is for web development and to see the preview of your website.

I dont know everything about localhost and might be used for more functionality

how: It will create a .html file and a file named "server.js"

the .html file will be written by the user with the "$ws" keyword,

```js
const s = xtralib("host")
s.$ws("")
```
and to create a localhost use the "$()" keyword

```js
const s = xtralib("host")
s.$("filename", 69) // the numbers is your hosting number
```