Home


CodeMelted - JS Module

UNDER DEVELOPMENT - ONLY ALPHA MODULE AT THIS TIME AS DESIGN IS FLESHED OUT.

Welcome to the CodeMelted - JS Module project. This project aims to give a common fullstack solution for Progressive Web Applications (PWA) utilizing the CodeMelted - Developer use cases. It utilizes the Deno Runtime to run as your backend service. This was chosen as it has a full range of services for your backend if you choose to utilize it. You can also take your backend and host it on a different platform. This allows you to not be locked into a vendor for your backend. It was also chosen because it implements the Browser Web APIs. This allows the module to implement backend and web frontend common code developing a more complete solution. Lastly, Deno provides the use of TypeScript natively out of the box. So you are able to utilize both JavaScript / TypeScript for your solution and roll with any build system.

GETTING STARTED

The codemelted.js file is a module that implements a series of global namespaces in accordance with the CodeMelted - Developer identified use cases. Once imported, these namespace are available in your target runtime (Deno, Web Browser). In addition to the global namespaces are data / utility classes that may be the return result of a namespace function call.

From GitHub Repo

You can clone the repo:

git clone https://github.com/CodeMelted/codemelted_developer.git

You can download the tagged version codemelted_js_X.Y.Z and place it into your project structure.

Then include the module as follows:

import {
  // Support classes to utilize.
} from "codemelted_developer/codemelted_js/codemelted.js";

From Web

If you want to be brave and utilize the latest deployed codemelted.js module you can simple import it from the web as follows:

import {
  // Support classes to utilize.
} from "https://codemelted.com/developer/codemelted_js/codemelted.js";

USAGE

The following examples represent the implementation of the CodeMelted - Developer Cross Platform Module identified use cases.

Async

UNDER DEVELOPMENT

Audio

UNDER DEVELOPMENT

Console

UNDER DEVELOPMENT

Database

UNDER DEVELOPMENT

Disk

UNDER DEVELOPMENT

Firebase

UNDER DEVELOPMENT

Game

UNDER DEVELOPMENT

Hardware

UNDER DEVELOPMENT

JSON

UNDER DEVELOPMENT

Logger

UNDER DEVELOPMENT

Math

UNDER DEVELOPMENT

Network

UNDER DEVELOPMENT

Runtime

UNDER DEVELOPMENT

Storage

UNDER DEVELOPMENT

UI

UNDER DEVELOPMENT

LICENSE

MIT License

© 2024 Mark Shaffer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

codemelted.js

Implementation of the codemelted.js cross platform module.
Version:
  • 0.0.0
Author:
  • Mark Shaffer
License:
  • MIT
Source: