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
- Host: GitHub
- URL: https://github.com/fries-byte/xtralib
- Owner: Fries-byte
- Created: 2025-03-23T20:24:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T17:55:37.000Z (about 1 year ago)
- Last Synced: 2025-03-24T18:36:03.915Z (about 1 year ago)
- Language: TypeScript
- Size: 3.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README(s)/README.server.md
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
```