New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

litespeed.js

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

litespeed.js

Lite & fast micro javascript framework that is easy to learn

  • 0.3.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21
decreased by-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

npm npm version Build Status Chat With Us

Litespeed.js is a micro Javascript framework for building simple web applications. Litespeed.js is dependency-free and easy to learn framework which allows you to extend your DOM functionality in a semantic and declarative way.

The litespeed.js framework main features include an MVVM architecture, built-in single page routing, easy to build view components, dependency injection service, data binding, and fully valid and accessible HTML and DOM.

Litespeed.js makes very good use of both browser memory management, garbage collection and rendering to maximize your web application performance. As of version 0.2.* litespeed.js weights only 4.9kb (minified and compressed)

Main Features

  • Zero Dependencies
  • 4.9kb (minified and compressed)
  • No Tooling Required
  • Loves and Embrace HTML
  • MVVM
  • Built-in Router

Resources

Getting Started

Install with NPM:

npm install litespeed.js

Install with CDN:

<script src="https://cdn.jsdelivr.net/npm/litespeed.js@v0.3.12"></script>

After adding the library to your project, go to our documentation to learn how to use Litespeed.js APIs, services and view components.

You can also check out our demo TODO app which is a good way to understand the framework basic concepts.

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

For security issues, please email security@appwrite.io instead of posting a public issue in GitHub.

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php

Keywords

FAQs

Package last updated on 15 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc